gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 56/208: travis: enable typecheck-gcc warnings


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 56/208: travis: enable typecheck-gcc warnings
Date: Wed, 09 Aug 2017 17:34:13 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit c1dfc8a071c1b1c3c2e9330d485223209ec7051c
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Jun 20 22:44:15 2017 +0200

    travis: enable typecheck-gcc warnings
    
    - switch debug and release configurations so that we get an optimized
      build with GCC 4.3+ as required by typecheck-gcc
    - enable warnings-as-errors for release builds
      (which have warnings disabled)
    
    Closes https://github.com/curl/curl/pull/1595
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b7bd768d9..852ac55b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,16 +16,16 @@ matrix:
     include:
         - os: linux
           compiler: gcc
-          env: BUILD_TYPE=debug
+          env: BUILD_TYPE=normal
         - os: linux
           compiler: clang
-          env: BUILD_TYPE=normal
+          env: BUILD_TYPE=debug
         - os: osx
           compiler: gcc
-          env: BUILD_TYPE=normal
+          env: BUILD_TYPE=debug
         - os: osx
           compiler: clang
-          env: BUILD_TYPE=debug
+          env: BUILD_TYPE=normal
         - os: linux
           compiler: gcc
           dist: trusty
@@ -69,7 +69,7 @@ script:
         fi
     - |
         if [ "$BUILD_TYPE" = "normal" ]; then
-             ./configure
+             ./configure --enable-werror
              make
              make TFLAGS=-n test-nonflaky
         fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]