[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bzflag-commits
Subject:    SF.net SVN: bzflag:[22778] trunk/bzflag/configure.ac
From:       bullet_catcher () users ! sourceforge ! net
Date:       2013-05-29 6:43:56
Message-ID: E1Uha75-0004N4-Bp () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 22778
          http://sourceforge.net/p/bzflag/code/22778
Author:   bullet_catcher
Date:     2013-05-29 06:43:55 +0000 (Wed, 29 May 2013)
Log Message:
-----------
On Linux systems, replace -W with -Wextra now that GCC 4.3 and higher is required for \
-std=c++0x, and add -Wcast-qual.

Modified Paths:
--------------
    trunk/bzflag/configure.ac

Modified: trunk/bzflag/configure.ac
===================================================================
--- trunk/bzflag/configure.ac	2013-05-28 17:43:39 UTC (rev 22777)
+++ trunk/bzflag/configure.ac	2013-05-29 06:43:55 UTC (rev 22778)
@@ -670,9 +670,7 @@
 case $host_os in
      linux*)
 	AC_DEFINE(HALF_RATE_AUDIO, 1, [Half rate Audio])
-	#FLAGS="$FLAGS -Wall -W -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wcast-qual \
                -Wwrite-strings -Wconversion -Wredundant-decls"
-	# time to use -Wextra instead of -W ? (gcc 3.4+)
-	FLAGS="-Wall -W -Wundef -Wshadow"
+	FLAGS="-Wall -Wextra -Wcast-qual -Wshadow -Wundef"	# -Wconversion -Wfloat-equal \
-Wpointer-arith -Wredundant-decls -Wwrite-strings  CONF_CFLAGS="$CONF_CFLAGS $FLAGS"
 	CONF_CXXFLAGS="$CONF_CXXFLAGS $FLAGS -pedantic"
 	case $host_vendor in

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BZFlag-commits mailing list
BZFlag-commits@lists.SourceForge.net
https://lists.SourceForge.net/lists/listinfo/bzflag-commits
irc: #BZFlag @ irc.freenode.net


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic