From: Maksym Mamontov Date: Tue, 26 May 2020 15:14:53 +0000 (+0300) Subject: Use C++03 in cppcheck. X-Git-Tag: 2.409~13 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/aff88622fc65f266e4c511c5138b950cc72ba444 Use C++03 in cppcheck. --- 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}