From cd4ced1d526310395c6cb7a515bf3502481c3779 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 24 Dec 2016 12:49:14 +0000 Subject: [PATCH] Revert "Makefile: suppress pedantic warnings in user CFLAGS" This reverts commit 6ae959e051e02e84b01e4dcecac5fbc9d9663762. It appears as if -pedantic is special in that there is no option to disable it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18525f9..28169ab 100644 --- a/Makefile +++ b/Makefile @@ -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)\"