#19975: px5g-standalone fails to compile after r46117 / fortify-headers
--------------------------+----------------------------------
Reporter: hnyman | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Chaos Calmer (trunk)
Component: base system | Version: Trunk
Resolution: | Keywords: fortify-headers
--------------------------+----------------------------------
Comment (by hnyman):
Removing the "-pedantic" option makes this to compile again:
{{{
--- package/utils/px5g-standalone/src/Makefile (revision 46117)
+++ package/utils/px5g-standalone/src/Makefile (working copy)
@@ -1,7 +1,7 @@
CFLAGS?=-O2
CFLAGS+=
SFLAGS:=--std=gnu99
-WFLAGS:=-Wall -Werror -pedantic
+WFLAGS:=-Wall -Werror
LDFLAGS?=
BINARY:=px5g
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/19975#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets