gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 94/208: travis.yml: use --enable-werror on debug bu


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 94/208: travis.yml: use --enable-werror on debug builds
Date: Wed, 09 Aug 2017 17:34:51 +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 fc2e81c38b19ebe9651cda28a2395a0244125f52
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jul 4 10:27:12 2017 +0200

    travis.yml: use --enable-werror on debug builds
    
    ... to better detect and fault on compiler warnings/errors
    
    Closes #1637
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 852ac55b6..8a89072b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,7 +63,7 @@ script:
         fi
     - |
         if [ "$BUILD_TYPE" = "debug" ]; then
-             ./configure --enable-debug
+             ./configure --enable-debug --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]