[Cmake-commits] [cmake-commits] hoffman committed cmSystemTools.cxx 1.418 1.419

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 13 07:39:16 EST 2009


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

Modified Files:
	cmSystemTools.cxx 
Log Message:
fix warning for borland


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.418
retrieving revision 1.419
diff -C 2 -d -r1.418 -r1.419
*** cmSystemTools.cxx	12 Nov 2009 15:52:32 -0000	1.418
--- cmSystemTools.cxx	13 Nov 2009 12:39:10 -0000	1.419
***************
*** 1974,1977 ****
--- 1974,1980 ----
      }
  }
+ #ifdef __BORLANDC__
+ # pragma warn -8066 /* unreachable code */
+ #endif
    
  int copy_data(struct archive *ar, struct archive *aw)



More information about the Cmake-commits mailing list