From 777c03e4048e20f3d66bc8d72932658fc9dc08cc Mon Sep 17 00:00:00 2001 From: haller Date: Sun, 18 Dec 2005 17:46:59 +0000 Subject: * Ajout du drapeau de compilation -W (oublie dans le Makefile.am) * Passage de test_socket des threads vers les forks (autres tests comming soon) --- i/simulotron/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i/simulotron/src/Makefile.am') diff --git a/i/simulotron/src/Makefile.am b/i/simulotron/src/Makefile.am index 7fe98a5..ce848fe 100644 --- a/i/simulotron/src/Makefile.am +++ b/i/simulotron/src/Makefile.am @@ -10,7 +10,7 @@ simulotron_SOURCES = main.cc \ $(gs_message_S) \ $(gs_transmitter_S) -AM_CXXFLAGS = -g -Wall -fmessage-length=0 +AM_CXXFLAGS = -g -Wall -W -fmessage-length=0 simulotron_LDADD = INCLUDES = -I$(srcdir) -- cgit v1.2.3