X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d2fc992c13b7684957b4bfa4b409389e9383d333..41a0ee6544be0e947c6062a966a93310b9ea5ce5:/runcheck.sh diff --git a/runcheck.sh b/runcheck.sh index 9115cc00..e3158bbf 100755 --- 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}