[Scummvm-cvs-logs] SF.net SVN: scummvm: [31104] residual/trunk/Makefile

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Mar 11 06:30:49 CET 2008


Revision: 31104
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31104&view=rev
Author:   eriktorbjorn
Date:     2008-03-10 22:30:48 -0700 (Mon, 10 Mar 2008)

Log Message:
-----------
Added -Wno-unknown-pragmas, like in the ScummVM Makefile, to silence 21
warnings. (1314 warnings to go.)

Modified Paths:
--------------
    residual/trunk/Makefile

Modified: residual/trunk/Makefile
===================================================================
--- residual/trunk/Makefile	2008-03-11 05:26:29 UTC (rev 31103)
+++ residual/trunk/Makefile	2008-03-11 05:30:48 UTC (rev 31104)
@@ -1,7 +1,7 @@
 CXX = g++
 CC = gcc
 AR = ar rcu
-CXXFLAGS = -g -W -Wall `sdl-config --cflags` -I. -DUNIX -Wno-multichar # -O2
+CXXFLAGS = -g -W -Wall `sdl-config --cflags` -I. -DUNIX -Wno-multichar -Wno-unknown-pragmas # -O2
 LDFLAGS = -g -W -Wall
 LIBS = `sdl-config --libs` -lz 
 


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




More information about the Scummvm-git-logs mailing list