Skip to content

Commit

Permalink
Compile testapi with -Wno-unused-function
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Nov 4, 2017
1 parent bc5a5d6 commit f404c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ 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 f404c4f

Please sign in to comment.