diff options
| author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-13 00:19:24 +0100 | 
|---|---|---|
| committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-03-13 00:19:24 +0100 | 
| commit | b859a062f879193c2da54d3972339ea335558610 (patch) | |
| tree | 447850d4a91e42cf1f4bd66679c874d714d17f0b | |
| parent | 203d643d7366026f47084534c753055309f4f4b9 (diff) | |
| download | blogc-b859a062f879193c2da54d3972339ea335558610.tar.gz blogc-b859a062f879193c2da54d3972339ea335558610.tar.bz2 blogc-b859a062f879193c2da54d3972339ea335558610.zip | |
Revert "travis: clang-analyzer: explicitly pass c99 cflag"
This reverts commit 5d0018382b9b00b0b695cf8b72d0a5872698e35b.
| -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 \ | 
