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 :-)

I'd prefer to only enable warnings that do not trigger (and/or take a
patch that cleans them up when they are enabled...)

                                                                Pavel

> 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

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
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