We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82f5fd commit 41257ccCopy full SHA for 41257cc
Makefile
@@ -5,7 +5,7 @@ JWTLDFLAGS=$(shell pkg-config --libs libjwt)
5
JWTCFLAGS=$(shell pkg-config --cflags libjwt)
6
SSLLDFLAGS=-lssl -lcrypto
7
SSLCFLAGS=
8
-CFLAGS=-D_GNU_SOURCE $(JWTCFLAGS) $(SSLCFLAGS) -pedantic -Wall -fpic -c
+CFLAGS=-D_GNU_SOURCE $(JWTCFLAGS) $(SSLCFLAGS) -pedantic -Wall -Wno-unused-result -fpic -c
9
LDFLAGS=$(JWTLDFLAGS) $(SSLLDFLAGS) -shared
10
11
LIBEXT=$(shell swipl -q -g 'current_prolog_flag(shared_object_extension, Ext), writeln(Ext)' -t halt)
0 commit comments