diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-24 18:52:10 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-24 18:52:10 +0000 |
commit | a50df0aacf1d05a9b2e1e0f458bdcb4b037e1516 (patch) | |
tree | b84d400e328e0a1c51a311a363865ed5b0fdbd6f | |
parent | b6d0061fecbae2f08e00d143b0a293672a2bdb4a (diff) | |
download | upstream-a50df0aacf1d05a9b2e1e0f458bdcb4b037e1516.tar.gz upstream-a50df0aacf1d05a9b2e1e0f458bdcb4b037e1516.tar.bz2 upstream-a50df0aacf1d05a9b2e1e0f458bdcb4b037e1516.zip |
Revert "px5g-standalone: compatibility with fortify-headers"
This reverts commit 0c912eec6d95805d30133f34165a1c4e7cbb4bec.
SVN-Revision: 46121
-rw-r--r-- | package/utils/px5g-standalone/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-standalone/src/Makefile b/package/utils/px5g-standalone/src/Makefile index 7447953277..2bd95739cb 100644 --- a/package/utils/px5g-standalone/src/Makefile +++ b/package/utils/px5g-standalone/src/Makefile @@ -1,7 +1,7 @@ CFLAGS?=-O2 CFLAGS+= SFLAGS:=--std=gnu99 -WFLAGS:=-Wall -Werror +WFLAGS:=-Wall -Werror -pedantic LDFLAGS?= BINARY:=px5g |