X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d2fc992c13b7684957b4bfa4b409389e9383d333..aff88622fc65f266e4c511c5138b950cc72ba444:/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}