ENH: fix -Wno-dev for ccmake

This commit is contained in:
Bill Hoffman 2008-03-11 16:02:10 -04:00
parent a547ff61cd
commit b5cebc00f7
2 changed files with 8 additions and 7 deletions

View File

@ -471,7 +471,14 @@ private:
"CMake may support multiple native build systems on certain platforms. " \ "CMake may support multiple native build systems on certain platforms. " \
"A makefile generator is responsible for generating a particular build " \ "A makefile generator is responsible for generating a particular build " \
"system. Possible generator names are specified in the Generators " \ "system. Possible generator names are specified in the Generators " \
"section."} "section."},\
{"-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."}
#define CMAKE_STANDARD_INTRODUCTION \ #define CMAKE_STANDARD_INTRODUCTION \
{0, \ {0, \

View File

@ -81,12 +81,6 @@ static const char * cmDocumentationOptions[][3] =
"variables being created. If A is specified, then it will display also " "variables being created. If A is specified, then it will display also "
"advanced variables. If H is specified, it will also display help for " "advanced variables. If H is specified, it will also display help for "
"each variable."}, "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.", {"-N", "View mode only.",
"Only load the cache. Do not actually run configure and generate steps."}, "Only load the cache. Do not actually run configure and generate steps."},
{"-P <file>", "Process script mode.", {"-P <file>", "Process script mode.",