|
From: <bo...@us...> - 2008-10-16 05:24:28
|
Revision: 324
http://gearbox.svn.sourceforge.net/gearbox/?rev=324&view=rev
Author: borax00
Date: 2008-10-16 05:24:14 +0000 (Thu, 16 Oct 2008)
Log Message:
-----------
added -Wconversion
Modified Paths:
--------------
gearbox/trunk/cmake/UseBasicRules.cmake
Modified: gearbox/trunk/cmake/UseBasicRules.cmake
===================================================================
--- gearbox/trunk/cmake/UseBasicRules.cmake 2008-10-15 09:10:21 UTC (rev 323)
+++ gearbox/trunk/cmake/UseBasicRules.cmake 2008-10-16 05:24:14 UTC (rev 324)
@@ -16,7 +16,7 @@
# Platform-specific compiler and linker flags
#
IF( NOT GBX_OS_WIN )
- ADD_DEFINITIONS( "-Wall" )
+ ADD_DEFINITIONS( "-Wall -Wconversion" )
ELSE ( NOT GBX_OS_WIN )
ADD_DEFINITIONS( "-Wall -D_CRT_SECURE_NO_DEPRECATE" )
ENDIF( NOT GBX_OS_WIN )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|