Skip to content

Commit

Permalink
Disable CPPCHECK in build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
heplesser committed Mar 1, 2017
1 parent e7f863f commit d87ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if [ "$xSTATIC_ANALYSIS" = "1" ] ; then
CLANG_FORMAT=clang-format
PEP8=pep8
PERFORM_VERA=true
PERFORM_CPPCHECK=true
PERFORM_CPPCHECK=false
PERFORM_CLANG_FORMAT=true
PERFORM_PEP8=true

Expand Down

0 comments on commit d87ee7c

Please sign in to comment.