gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 05/163: tests/libtest/Makefile: Do not unconditiona


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 05/163: tests/libtest/Makefile: Do not unconditionally add gcc-specific flags
Date: Sun, 05 Aug 2018 12:35:31 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit d9e92fd9fd1d04a603c898fb534440518d78a738
Author: Dagobert Michelsen <address@hidden>
AuthorDate: Wed May 16 09:42:39 2018 +0200

    tests/libtest/Makefile: Do not unconditionally add gcc-specific flags
    
    The warning flag leads e.g. Sun Studio compiler to bail out.
    
    Closes #2576
---
 tests/libtest/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index 0b8ebe9a9..a6ab719fc 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -117,7 +117,7 @@ noinst_LTLIBRARIES += libstubgss.la
 
 libstubgss_la_CPPFLAGS = $(AM_CPPFLAGS)
 libstubgss_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -rpath /nowhere
-libstubgss_la_CFLAGS = $(AM_CFLAGS) -g -Wno-unused-parameter
+libstubgss_la_CFLAGS = $(AM_CFLAGS) -g
 
 libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h
 

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



reply via email to

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