]> granicus.if.org Git - curl/commitdiff
travis: enable warnings also in release mode
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 8 Jul 2017 15:58:20 +0000 (17:58 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 12 Jul 2017 20:51:10 +0000 (22:51 +0200)
... to get warnings also on Linux/GCC and OSX/clang.

Closes https://github.com/curl/curl/pull/1666

.travis.yml

index 8d296cb160965cb0a664af0c8efd9b133d1dcc06..04e4729e1a84f2de69c2de5cea6f6ba2e4e29603 100644 (file)
@@ -81,7 +81,7 @@ script:
         fi
     - |
         if [ "$BUILD_TYPE" = "normal" ]; then
-             ./configure --enable-werror
+             ./configure --enable-warnings --enable-werror
              make
              make test-nonflaky
         fi