[Cmake-commits] [cmake-commits] king committed cmake.cxx 1.375 1.376

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 20 10:11:54 EDT 2008


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

Modified Files:
	cmake.cxx 
Log Message:
ENH: Clarify end of (dev) warnings to explicitly state they are meant for project developers.


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.375
retrieving revision 1.376
diff -C 2 -d -r1.375 -r1.376
*** cmake.cxx	13 Mar 2008 19:34:17 -0000	1.375
--- cmake.cxx	20 Mar 2008 14:11:52 -0000	1.376
***************
*** 4186,4190 ****
    if(t == cmake::AUTHOR_WARNING)
      {
!     msg << "This warning may be suppressed using the -Wno-dev option.";
      }
  
--- 4186,4191 ----
    if(t == cmake::AUTHOR_WARNING)
      {
!     msg <<
!       "This warning is for project developers.  Use -Wno-dev to suppress it.";
      }
  



More information about the Cmake-commits mailing list