gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 143/208: travis: enable warnings also in release mo


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 143/208: travis: enable warnings also in release mode
Date: Wed, 09 Aug 2017 17:35:40 +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 7333b497a0c031e57e3c5527f26102ca239409d7
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Jul 8 17:58:20 2017 +0200

    travis: enable warnings also in release mode
    
    ... to get warnings also on Linux/GCC and OSX/clang.
    
    Closes https://github.com/curl/curl/pull/1666
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8d296cb16..04e4729e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,7 +81,7 @@ script:
         fi
     - |
         if [ "$BUILD_TYPE" = "normal" ]; then
-             ./configure --enable-werror
+             ./configure --enable-warnings --enable-werror
              make
              make 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]