Travis CI: Workaround 'pcr_interface.c is not analyzed' cppcheck warning
authorIvan Maidanski <ivmai@mail.ru>
Mon, 7 May 2018 21:34:50 +0000 (00:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 7 May 2018 21:34:50 +0000 (00:34 +0300)
.travis.yml

index 4710855..59ab6cc 100644 (file)
@@ -587,7 +587,7 @@ script:
     ~/cppcheck/cppcheck -q -f --error-exitcode=2 -U GC_API -U long -D CPPCHECK
         -I include -I libatomic_ops/src $CPPCHECK_ENABLE
         *.cc cord/*.c cord/tests/*.c tests/*.c tests/*.cc tools/*.c
-        extra/gc.c extra/pcr_interface.c;
+        extra/gc.c;
   fi
 - if [[ "$TESTS_CUSTOM_RUN" == true ]]; then
     ASAN_OPTIONS="detect_leaks=1" UBSAN_OPTIONS="halt_on_error=1"