Skip to content

Commit 94ddae9

Browse files
clean list of defines to be left undefined for Travis CI cppcheck
1 parent 1df5523 commit 94ddae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if [ "$ANALYZE" = "true" ] ; then
33
cppcheck -DO_BINARY=0 -DDEBUGKEYS -DARTSEXTERN -DDEMOSEXTERN -DPLAYDEMOLIKEORIGINAL \
44
-UUSE_FEATUREFLAGS -UUSE_SHADING -UUSE_DIR3DSPR -UUSE_FLOORCEILINGTEX -UUSE_HIRES \
55
-UUSE_PARALLAX -UUSE_CLOUDSKY -UUSE_STARSKY -UUSE_RAIN -UUSE_SNOW -UFIXRAINSNOWLEAKS \
6-
-UGP2X -UGP2X_940 -U_arch_dreamcast -USPANISH -UNOTYET -U_MSC_VER -U__WATCOMC__ \
6+
-USPANISH -UNOTYET -U_MSC_VER \
77
--error-exitcode=1 --force -Idosbox . 2> stderr.txt
88
RET=$?
99
if [ -s stderr.txt ]

0 commit comments

Comments
 (0)