]> The Tcpdump Group git mirrors - libpcap/commitdiff
No need to how the commands when building.
authorGuy Harris <[email protected]>
Fri, 25 May 2018 01:56:18 +0000 (18:56 -0700)
committerGuy Harris <[email protected]>
Fri, 25 May 2018 01:56:18 +0000 (18:56 -0700)
The reason we were getting warnings about declarations after statements,
even with -std=gnu99, is that we were *explicitly requesting them* with
-Wdeclaration-after-statement.

.travis.yml

index d078596d9c84068c3ad2f23f9bcadc3962ffa281..c4654014910847a5816b887c5d273baa56590bde 100644 (file)
@@ -75,7 +75,7 @@ script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cd build; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = yes ]; then cmake -DCMAKE_INSTALL_PREFIX=/tmp $ENABLE_REMOTE ..; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo -n travis_fold:end:script.configure; fi
-  - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make all testprogs; fi
+  - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make -s all testprogs; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo '$ make install [...]' && echo -n travis_fold:start:script.make_install; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then PATH=$PATH make install; fi
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then echo -n travis_fold:end:script.make_install; fi