commit 40d73e57f4eed17ec1742367d718df0f583b3cc5 parent 9d94aa2dd29fc097eabc28879de39c1f27750aac Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Tue, 1 Apr 2014 14:15:32 +0200 Show more compiler warnings Diffstat:
M | bin/crun | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/crun b/bin/crun @@ -7,7 +7,7 @@ # Define compilers and the common compiler flags CC=gcc CXX=g++ -CFLAGS="-g -O2 -Wall" +CFLAGS="-g -O2 -Wall -Wextra" fullfilename=$(basename $1) extension="${fullfilename##*.}"