No longer compile with -pedantic

This commit is contained in:
Pierre Pronchery 2016-09-14 19:12:12 +02:00
parent ea65c1da04
commit 59411b176b

View File

@ -1,7 +1,7 @@
targets=mixer
#cppflags=-D EMBEDDED
cflags_force=`pkg-config --cflags libDesktop`
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 libDesktop` -lintl
ldflags=-pie -Wl,-z,relro -Wl,-z,now
dist=Makefile,mixer.h,window.h,callbacks.h