From f4767891c08b80490a748eb07892cf4dd3c2a4eb Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Tue, 23 Jun 2015 19:57:50 +0000
Subject: px5g-standalone: compatibility with fortify-headers

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 46118
---
 package/utils/px5g-standalone/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/px5g-standalone/src/Makefile b/package/utils/px5g-standalone/src/Makefile
index 2bd95739cb..7447953277 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 -pedantic
+WFLAGS:=-Wall -Werror
 LDFLAGS?=
 BINARY:=px5g
 
-- 
cgit v1.2.3