summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2011-08-09 13:11:05 -0700
committerSam Roberts <vieuxtech@gmail.com>2011-08-09 13:11:05 -0700
commitea04fca6d2b03e605a29fbcccf807f9d82ec16fe (patch)
treeb7562713033a5afa0d376f6e1e34affe1a5acc2d
parent0e5a14bd7fd6a55210dbedb2f6f018ed6e8559eb (diff)
downloadlibnet-ea04fca6d2b03e605a29fbcccf807f9d82ec16fe.tar.gz
Don't use pedantic, it spits warnings about gcc extensions used in libnet's headers.
-rw-r--r--lua/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/Makefile b/lua/Makefile
index a793210..d37eb81 100644
--- a/lua/Makefile
+++ b/lua/Makefile
@@ -22,7 +22,6 @@ install: $(BINDING)
../libnet/install-sh -t $(SODIR) $(BINDING)
CWARNS = -Wall \
- -pedantic \
-Wcast-align \
-Wnested-externs \
-Wpointer-arith \