From: mquinson Date: Mon, 6 Apr 2009 08:44:57 +0000 (+0000) Subject: -Wall by default X-Git-Tag: v3.3~30 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7cb91d8204f4b92e8f0c91e0530b3b0610a3dfad?hp=5da58b425b5be8faa4c1b703815c9f3597924c81 -Wall by default git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6190 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/gras/unix_stub_generator.c b/tools/gras/unix_stub_generator.c index 22db9860b1..34f9944775 100644 --- a/tools/gras/unix_stub_generator.c +++ b/tools/gras/unix_stub_generator.c @@ -313,7 +313,7 @@ void generate_makefile_local(char *project, char *deployment) { "GRAS_ROOT?= $(shell if [ -e /usr/local/lib/libgras.so ] ; then echo /usr/local ; else echo \"\\\"<<<< GRAS_ROOT undefined !!! >>>>\\\"\"; fi)\n\n" "# You can fiddle the following to make it fit your taste\n" "INCLUDES = -I$(GRAS_ROOT)/include\n" - "CFLAGS ?= -O3 -w -g\n" + "CFLAGS ?= -O3 -w -g -Wall\n" "LIBS_SIM = -lm -L$(GRAS_ROOT)/lib/ -lsimgrid\n" "LIBS_RL = -lm -L$(GRAS_ROOT)/lib/ -lgras\n" "LIBS = \n"