diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-12 23:55:40 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-12 23:55:40 +0100 |
commit | e2cfa11b260f9d1bc0403e3396c52c668028ff92 (patch) | |
tree | 447850d4a91e42cf1f4bd66679c874d714d17f0b /.travis | |
parent | 5d0018382b9b00b0b695cf8b72d0a5872698e35b (diff) | |
download | blogc-e2cfa11b260f9d1bc0403e3396c52c668028ff92.tar.gz blogc-e2cfa11b260f9d1bc0403e3396c52c668028ff92.tar.bz2 blogc-e2cfa11b260f9d1bc0403e3396c52c668028ff92.zip |
Revert "travis: clang-analyzer: explicitly pass c99 cflag"
This reverts commit 5d0018382b9b00b0b695cf8b72d0a5872698e35b.
Diffstat (limited to '.travis')
-rw-r--r-- | .travis/targets/clang-analyzer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/targets/clang-analyzer.sh b/.travis/targets/clang-analyzer.sh index eb78f47..bd2d61d 100644 --- a/.travis/targets/clang-analyzer.sh +++ b/.travis/targets/clang-analyzer.sh @@ -1,7 +1,7 @@ build() { pushd build > /dev/null ../configure \ - CFLAGS="-Wall -g -O0 -std=c99" \ + CFLAGS="-Wall -g -O0" \ --enable-silent-rules \ --enable-ronn \ --enable-tests \ |