Revert "Makefile: suppress pedantic warnings in user CFLAGS"

This reverts commit 6ae959e051.

It appears as if -pedantic is special in that there is no option
to disable it.
pull/154/head
rofl0r 2016-12-24 12:49:14 +00:00
parent cb70ab5f8f
commit cd4ced1d52
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) -Wno-pedantic
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS)
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"