Skip to content

Commit

Permalink
Revert "Compile testapi with -Wno-unused-function"
Browse files Browse the repository at this point in the history
This reverts commit f404c4f.

The change broke non-GCC compilers.
  • Loading branch information
nwellnhof committed Nov 14, 2017
1 parent 772c064 commit 8618239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ testapi_SOURCES=testapi.c
testapi_LDFLAGS =
testapi_DEPENDENCIES = $(DEPS)
testapi_LDADD= $(LDADDS)
testapi_CFLAGS = -Wno-unused-function

runxmlconf_SOURCES=runxmlconf.c
runxmlconf_LDFLAGS =
Expand Down

0 comments on commit 8618239

Please sign in to comment.