git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd6693b
)
Use C++03 in cppcheck.
author
Maksym Mamontov
<madf@madf.info>
Tue, 26 May 2020 15:14:53 +0000
(18:14 +0300)
committer
Maksym Mamontov
<madf@madf.info>
Tue, 26 May 2020 15:14:53 +0000
(18:14 +0300)
runcheck.sh
patch
|
blob
|
history
diff --git
a/runcheck.sh
b/runcheck.sh
index 9115cc0087d2aa66a0e6aaaf07c7659773a293ff..e3158bbfe95c2284610b79d37b9a98195496f7c2 100755
(executable)
--- a/
runcheck.sh
+++ b/
runcheck.sh
@@
-21,4
+21,4
@@
PROJECTS="projects/libs
projects/sgconv
projects/stargazer"
-cppcheck ${INCLUDES} --enable=all -q ${PROJECTS}
+cppcheck
--std=c++03
${INCLUDES} --enable=all -q ${PROJECTS}