[Orxonox-commit 2674] r7379 - code/trunk/cmake
rgrieder at orxonox.net
rgrieder at orxonox.net
Wed Sep 8 15:34:30 CEST 2010
Author: rgrieder
Date: 2010-09-08 15:34:29 +0200 (Wed, 08 Sep 2010)
New Revision: 7379
Modified:
code/trunk/cmake/CompilerConfigMSVC.cmake
Log:
Removed MSVC warning about the preDestroy() method for now. Just for now.
Modified: code/trunk/cmake/CompilerConfigMSVC.cmake
===================================================================
--- code/trunk/cmake/CompilerConfigMSVC.cmake 2010-09-08 11:31:03 UTC (rev 7378)
+++ code/trunk/cmake/CompilerConfigMSVC.cmake 2010-09-08 13:34:29 UTC (rev 7379)
@@ -104,6 +104,9 @@
# Forcing values to bool
ADD_COMPILER_FLAGS("-w44800" CACHE)
+# TODO: Resolve the cause of this warning!
+ADD_COMPILER_FLAGS("-w44250" CACHE)
+
# This warns about truncation to 255 characters in debug/browse info
# ADD_COMPILER_FLAGS("-w44786 -w44503" CACHE)
More information about the Orxonox-commit
mailing list