Makefile: suppress pedantic warnings in user CFLAGS

pull/152/head
rofl0r 2016-12-13 20:42:50 +00:00
parent 5ed5089733
commit 6ae959e051
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ALL_CONFIGS = src/proxychains.conf
-include config.mak
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS)
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS) -Wno-pedantic
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"