]> git.stg.codes - stg.git/blobdiff - runcheck.sh
Use C++03 in cppcheck.
[stg.git] / runcheck.sh
index 9115cc0087d2aa66a0e6aaaf07c7659773a293ff..e3158bbfe95c2284610b79d37b9a98195496f7c2 100755 (executable)
@@ -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}