diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-11 20:02:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-11 20:02:10 (GMT) |
commit | b5cebc00f7a4ebc28a903f056fab2b0a799f1ad3 (patch) | |
tree | aebb1092ea29d2ffef50a161c77ecbd9b48e3910 /Source/cmakemain.cxx | |
parent | a547ff61cd42d45eb68cbc7fd62a0d1ec79749d8 (diff) | |
download | CMake-b5cebc00f7a4ebc28a903f056fab2b0a799f1ad3.zip CMake-b5cebc00f7a4ebc28a903f056fab2b0a799f1ad3.tar.gz CMake-b5cebc00f7a4ebc28a903f056fab2b0a799f1ad3.tar.bz2 |
ENH: fix -Wno-dev for ccmake
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 51585ae..7f291c5 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -81,12 +81,6 @@ static const char * cmDocumentationOptions[][3] = "variables being created. If A is specified, then it will display also " "advanced variables. If H is specified, it will also display help for " "each variable."}, - {"-Wno-dev", "Suppress developer warnings.", - "Suppress warnings that are meant for the author" - " of the CMakeLists.txt files."}, - {"-Wdev", "Enable developer warnings.", - "Enable warnings that are meant for the author" - " of the CMakeLists.txt files."}, {"-N", "View mode only.", "Only load the cache. Do not actually run configure and generate steps."}, {"-P <file>", "Process script mode.", |