summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Util.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-02-16 15:48:15 +0100
committerJose <jose@zeroc.com>2009-02-16 15:48:15 +0100
commit25456698f11c0e14a295d07a877fe63cbf4023aa (patch)
treef17ebcc597afbe4a27a7384e531f0b934bc7c417 /cpp/src/Slice/Util.cpp
parentMerge branch 'R3_3_branch' of ssh://cvs.wpb.zeroc.com/home/git/ice into R3_3_... (diff)
downloadice-25456698f11c0e14a295d07a877fe63cbf4023aa.tar.bz2
ice-25456698f11c0e14a295d07a877fe63cbf4023aa.tar.xz
ice-25456698f11c0e14a295d07a877fe63cbf4023aa.zip
Bug 3715 filterMcppWarnings fix filtered strings.
Diffstat (limited to 'cpp/src/Slice/Util.cpp')
-rw-r--r--cpp/src/Slice/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Util.cpp b/cpp/src/Slice/Util.cpp
index c85d58b6e3c..867f25dcf66 100644
--- a/cpp/src/Slice/Util.cpp
+++ b/cpp/src/Slice/Util.cpp
@@ -259,7 +259,7 @@ Slice::filterMcppWarnings(const string& message)
static const char* messages[] =
{
"Converted [CR+LF] to [LF]",
- "End of input with no newline, supplemented newline",
+ "no newline, supplemented newline",
0
};