diff options
author | Joakim Sindholt <opensource@zhasha.com> | 2017-07-25 10:25:33 +0200 |
---|---|---|
committer | Joakim Sindholt <opensource@zhasha.com> | 2017-07-25 10:25:33 +0200 |
commit | 60cc9c077b7aa9e879c13a70b43bbe3218b23173 (patch) | |
tree | 34d3e3c63434cb638975a947566c5732b8e6ac92 | |
parent | 2c58e9fd414cdeaa1210b30976f1f8748e10c9eb (diff) |
p9c: don't warn on long stings, it is pointless
-rw-r--r-- | bin/p9c.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" \ |