[Cmake-commits] CMake branch, master, updated. a179cc956a0087f72b2cb75914df58344024c680
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed May 12 10:25:03 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via a179cc956a0087f72b2cb75914df58344024c680 (commit)
from 28007f433a7dedb9fa4b11b6b58fab595fc479f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a179cc956a0087f72b2cb75914df58344024c680
commit a179cc956a0087f72b2cb75914df58344024c680
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Wed May 12 10:22:55 2010 -0400
Remove conversion warning.
diff --git a/Source/cmDocumentationFormatterText.cxx b/Source/cmDocumentationFormatterText.cxx
index 078b890..0b04b73 100644
--- a/Source/cmDocumentationFormatterText.cxx
+++ b/Source/cmDocumentationFormatterText.cxx
@@ -96,7 +96,7 @@ void cmDocumentationFormatterText::PrintColumn(std::ostream& os,
{
// Print text arranged in an indented column of fixed witdh.
const char* l = text;
- int column = 0;
+ long column = 0;
bool newSentence = false;
bool firstLine = true;
int width = this->TextWidth - static_cast<int>(strlen(this->TextIndent));
-----------------------------------------------------------------------
Summary of changes:
Source/cmDocumentationFormatterText.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list