mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Tell cppcheck we're c++11
Not "posix", wow. Did anyone ever use this?
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user