Compile with -pedantic

This commit is contained in:
Pierre Pronchery 2015-05-25 13:27:37 +02:00
parent 5c16544602
commit 7d3d63d36a
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
targets=libDesktop
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2 -fPIC
cflags=-Wall -g -O2 -fPIC -pedantic
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
dist=Makefile

View File

@ -1,6 +1,7 @@
targets=widget
cppflags_force=-I ../include
cflags_force=`pkg-config --cflags libSystem gtk+-2.0`
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
ldflags=../src/libDesktop.a

View File

@ -1,7 +1,7 @@
targets=widget
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libSystem gtk+-2.0`
cflags=-Wall -g -O2
cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`
ldflags=../src/libDesktop.a