diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 02:07:27 +0100 |
commit | 0a95e15cdc87de0136734e784d487f9b03170bbb (patch) | |
tree | adae83e51ba5b78869f51aa43cfe8ebfb762ec41 /libcss/patches/020-no-cast-align-warn.patch | |
download | nanonote-ports-0a95e15cdc87de0136734e784d487f9b03170bbb.tar.gz |
initial checkin of my nanonote ports feed, including a small README.
Diffstat (limited to 'libcss/patches/020-no-cast-align-warn.patch')
-rw-r--r-- | libcss/patches/020-no-cast-align-warn.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcss/patches/020-no-cast-align-warn.patch b/libcss/patches/020-no-cast-align-warn.patch new file mode 100644 index 0000000..905176d --- /dev/null +++ b/libcss/patches/020-no-cast-align-warn.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2010-10-10 18:18:37.237899682 +0200 ++++ b/Makefile 2010-10-10 18:18:46.477895474 +0200 +@@ -10,7 +10,7 @@ + TESTRUNNER := $(PERL) build/testtools/testrunner.pl + + # Toolchain flags +-WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ ++WARNFLAGS := -Wall -W -Wundef -Wpointer-arith \ + -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ + -Wmissing-declarations -Wnested-externs -pedantic + # BeOS/Haiku/AmigaOS4 standard library headers create warnings |