No longer compile with -pedantic

This commit is contained in:
Pierre Pronchery 2016-09-12 04:26:09 +02:00
parent ede0e5ce40
commit 4a10424c5d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
targets=configure,makedepend,makefile.o
cppflags=
cflags_force=`pkg-config --cflags libSystem`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libSystem`
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,configure.h,makefile.h,settings.h

View File

@ -1,5 +1,5 @@
targets=pkg-config
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile