mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
Tell cppcheck we're c++11
Not "posix", wow. Did anyone ever use this?
This commit is contained in:
parent
f32b887dba
commit
f97eac55e8
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
cppcheck --std=posix --quiet \
|
||||
cppcheck --std=c++11 --quiet \
|
||||
--suppressions-list=build_tools/cppcheck.suppressions --inline-suppr \
|
||||
--rule-file=build_tools/cppcheck.rules \
|
||||
--force \
|
||||
|
|
Loading…
Reference in New Issue
Block a user