summaryrefslogtreecommitdiff
path: root/cpp/demo/Manual/evictor_filesystem/Scanner.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-02-06 11:11:09 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-02-06 11:11:09 -0330
commit98c0e08cbfc4e1209da32215cd2abd33262cfd6f (patch)
treec6432218bd9c8f4266b804c2745820ea857b1104 /cpp/demo/Manual/evictor_filesystem/Scanner.cpp
parentAdded facet map to make sure the Objective-C wrappers aren't prematurely dest... (diff)
downloadice-98c0e08cbfc4e1209da32215cd2abd33262cfd6f.tar.bz2
ice-98c0e08cbfc4e1209da32215cd2abd33262cfd6f.tar.xz
ice-98c0e08cbfc4e1209da32215cd2abd33262cfd6f.zip
Fixed Windows W32 build with /W4
Diffstat (limited to 'cpp/demo/Manual/evictor_filesystem/Scanner.cpp')
-rw-r--r--cpp/demo/Manual/evictor_filesystem/Scanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Manual/evictor_filesystem/Scanner.cpp b/cpp/demo/Manual/evictor_filesystem/Scanner.cpp
index 044f0be4e15..03bd3719749 100644
--- a/cpp/demo/Manual/evictor_filesystem/Scanner.cpp
+++ b/cpp/demo/Manual/evictor_filesystem/Scanner.cpp
@@ -508,12 +508,12 @@ char *yytext;
// The result of fread() is a size_t and gets inserted into an int
//
# pragma warning( disable : 4267)
+#endif
//
// 'initializing' : conversion from '__int64' to 'int', possible loss of data
// Puts a pointer-difference into an int
//
# pragma warning( disable : 4244)
-#endif
//
// conditional expression is constant
//