File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : c
2
- dist : trusty
2
+ dist : bionic
3
3
sudo : false
4
4
5
5
os :
Original file line number Diff line number Diff line change 1
1
SO_EXT=so
2
- SO_CFLAGS=-fPIC -O -Wno-error=unused-result -Wno-error=deprecated-declarations
2
+ SO_CFLAGS=-fPIC -O
3
3
SO_LDFLAGS=-shared -fPIC -Wl,-soname,$(SO_NAME)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ MINOR_VERS=0.1
15
15
INCLUDE =proclib.h events.h ipc.h config.h debug.h cmd.h polysat.h hashtable.h util.h md5.h priorityQueue.h eventTimer.h telm_dict.h zmqlite.h critical.h xdr.h cmd-pkt.h plugin.h
16
16
17
17
# Build Variables
18
- override CFLAGS+ =$(SYMBOLS ) -Wall -Werror -std=gnu99 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 $(SO_CFLAGS )
18
+ override CFLAGS+ =$(SYMBOLS ) -Wall -Werror -Wno-unknown-warning-option -Wno-format-truncation -Wno-deprecated-declarations - std=gnu99 -D_GNU_SOURCE -D_FORTIFY_SOURCE=2 $(SO_CFLAGS )
19
19
override LDFLAGS+ = -ldl
20
20
SRC_PATH =.
21
21
You can’t perform that action at this time.
0 commit comments