summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Sindholt <opensource@zhasha.com>2017-07-25 10:25:33 +0200
committerJoakim Sindholt <opensource@zhasha.com>2017-07-25 10:25:33 +0200
commit60cc9c077b7aa9e879c13a70b43bbe3218b23173 (patch)
tree34d3e3c63434cb638975a947566c5732b8e6ac92
parent2c58e9fd414cdeaa1210b30976f1f8748e10c9eb (diff)
p9c: don't warn on long stings, it is pointless
-rw-r--r--bin/p9c.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/p9c.sh b/bin/p9c.sh
index 19210f3..0e891ea 100644
--- a/bin/p9c.sh
+++ b/bin/p9c.sh
@@ -138,6 +138,7 @@ for f in "$@"; do
-fomit-frame-pointer \
-fstack-protector-strong \
-fno-trigraphs -Wno-trigraphs \
+ -Wno-overlength-strings \
-nostdlibinc \
-isystem "$DIR/../src/fortify-headers/include" \
-isystem "$DIR/../$objtype/include" \