From: alibrary Date: Thu, 31 Jul 2003 10:44:16 +0000 (+0000) Subject: Introducing new warnings with -W flag X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=91c631f2c8733947dab6bfb35135227b3a56272a Introducing new warnings with -W flag --- diff --git a/build/Makefile.Linux b/build/Makefile.Linux index d8df2c9cf0e..717fdc42b8c 100644 --- a/build/Makefile.Linux +++ b/build/Makefile.Linux @@ -8,7 +8,7 @@ CC = gcc # Global optimisation OPT = -O -g -CXXOPTS = $(OPT) -Wall -fPIC -pipe +CXXOPTS = $(OPT) -W -Wall -fPIC -pipe -fmessage-length=0 COPT = $(OPT) FOPT = $(OPT) -fno-second-underscore CXXFLAGS = $(CXXOPTS)