[cmake-commits] king committed cmSystemTools.cxx 1.365 1.366
cmake-commits at cmake.org
cmake-commits at cmake.org
Sat Mar 1 15:16:51 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv27423
Modified Files:
cmSystemTools.cxx
Log Message:
COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -d -r1.365 -r1.366
--- cmSystemTools.cxx 1 Mar 2008 18:17:01 -0000 1.365
+++ cmSystemTools.cxx 1 Mar 2008 20:16:49 -0000 1.366
@@ -2281,6 +2281,7 @@
#else
(void)file;
(void)newRPath;
+ (void)emsg;
return false;
#endif
}
More information about the Cmake-commits
mailing list