aboutsummaryrefslogtreecommitdiff
path: root/libnsfb/patches/020-no-cast-align-warn.patch
blob: 1ecaecdd71232168d2b0a9eb7fc183cf8741f74f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile	2010-10-10 05:53:28.609713613 +0200
+++ b/Makefile	2010-10-10 05:53:42.499719955 +0200
@@ -11,7 +11,7 @@
 TESTRUNNER = test/runtest.sh $(BUILDDIR) $(EXEEXT)
 
 # Toolchain flags
-WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
+WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith \
 	-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
 	-Wmissing-declarations -Wnested-externs -Werror -pedantic \
 	-Wno-overlength-strings # For nsglobe.c