[Cmake-commits] [cmake-commits] hoffman committed cmake.h 1.103 1.104 cmakemain.cxx 1.79 1.80

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 11 16:02:12 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv26453

Modified Files:
	cmake.h cmakemain.cxx 
Log Message:
ENH: fix -Wno-dev for ccmake


Index: cmake.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.h,v
retrieving revision 1.103
retrieving revision 1.104
diff -C 2 -d -r1.103 -r1.104
*** cmake.h	11 Mar 2008 14:29:56 -0000	1.103
--- cmake.h	11 Mar 2008 20:02:10 -0000	1.104
***************
*** 472,476 ****
     "A makefile generator is responsible for generating a particular build " \
     "system.  Possible generator names are specified in the Generators " \
!    "section."}
  
  #define CMAKE_STANDARD_INTRODUCTION \
--- 472,483 ----
     "A makefile generator is responsible for generating a particular build " \
     "system.  Possible generator names are specified in the Generators " \
!    "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 \

Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.79
retrieving revision 1.80
diff -C 2 -d -r1.79 -r1.80
*** cmakemain.cxx	11 Mar 2008 19:17:58 -0000	1.79
--- cmakemain.cxx	11 Mar 2008 20:02:10 -0000	1.80
***************
*** 82,91 ****
     "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."},
--- 82,85 ----



More information about the Cmake-commits mailing list