Hi

I think we should start to actually turn on compiler warnings (we can still
decide which ones to ignore and which ones to fix :-)

Index: Makefile
===================================================================
RCS file: /cvsroot/suspend/suspend/Makefile,v
retrieving revision 1.46
diff -u -r1.46 Makefile
--- Makefile    25 Jan 2007 12:56:13 -0000      1.46
+++ Makefile    29 Jan 2007 16:11:39 -0000
@@ -8,7 +8,7 @@
 CC_FLAGS=-I/usr/local/include
 LD_FLAGS=-L/usr/local/lib
 
-CFLAGS := -O2 -Wall
+CFLAGS := -O2 -W -Wall
 
 ifdef CONFIG_COMPRESS
 CC_FLAGS       += -DCONFIG_COMPRESS
-- 
Stefan Seyfried                  \ "I didn't want to write for pay. I
QA / R&D Team Mobile Devices      \ wanted to be paid for what I write."
SUSE LINUX Products GmbH, Nürnberg \                    -- Leonard Cohen

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to