[Cmake-commits] [cmake-commits] david.cole committed cmLocalVisualStudio7Generator.cxx 1.227 1.228
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jul 31 12:54:15 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30838
Modified Files:
cmLocalVisualStudio7Generator.cxx
Log Message:
BUG: Fix issue #5773 - add table entry to map /W0 to WarningLevel="0"
Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.227
retrieving revision 1.228
diff -C 2 -d -r1.227 -r1.228
*** cmLocalVisualStudio7Generator.cxx 30 Jun 2008 13:57:07 -0000 1.227
--- cmLocalVisualStudio7Generator.cxx 31 Jul 2008 16:54:09 -0000 1.228
***************
*** 400,403 ****
--- 400,404 ----
{"StructMemberAlignment", "Zp4", "struct align 4 byte ", "3", 0},
{"StructMemberAlignment", "Zp8", "struct align 8 byte ", "4", 0},
+ {"WarningLevel", "W0", "Warning level", "0", 0},
{"WarningLevel", "W1", "Warning level", "1", 0},
{"WarningLevel", "W2", "Warning level", "2", 0},
More information about the Cmake-commits
mailing list