Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2016-12-24 15:49:14 +0300
committerrofl0r <retnyg@gmx.net>2016-12-24 15:49:14 +0300
commitcd4ced1d526310395c6cb7a515bf3502481c3779 (patch)
tree2e113e4fd70341670d9da0b319f3d73c5182c75c
parentcb70ab5f8f43e83e64c116efa7b5a95036f6b6b3 (diff)
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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)\"