Skip to content

Commit cd4ced1

Browse files
committed
Revert "Makefile: suppress pedantic warnings in user CFLAGS"
This reverts commit 6ae959e. It appears as if -pedantic is special in that there is no option to disable it.
1 parent cb70ab5 commit cd4ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ALL_CONFIGS = src/proxychains.conf
4545

4646
-include config.mak
4747

48-
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS) -Wno-pedantic
48+
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS)
4949
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"
5050

5151

0 commit comments

Comments
 (0)