From d9e92fd9fd1d04a603c898fb534440518d78a738 Mon Sep 17 00:00:00 2001 From: Dagobert Michelsen Date: Wed, 16 May 2018 09:42:39 +0200 Subject: 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 -- cgit v1.2.3