summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-06-18 19:28:52 -0400
committerTest_User <hax@andrewyu.org>2023-06-18 19:28:52 -0400
commit11c8d7a22b0d29278d9cc88b1a50ab974a1e6e6f (patch)
treea05f24e3517b1d0ac83c207f14f685738091fa42 /Makefile
parent83cf1be35bbb7ba9868e61cb4a5406848e032c5a (diff)
downloadcoupserv-11c8d7a22b0d29278d9cc88b1a50ab974a1e6e6f.tar.gz
coupserv-11c8d7a22b0d29278d9cc88b1a50ab974a1e6e6f.zip
Add -Wsign-conversion, change related things to match as desired, move gnutls_record_recv to tls.h/tls.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c832ec..4b76cad 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
#INCLUDEFLAGS =
-CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wno-unused-parameter $(shell pkg-config gnutls --cflags)
+CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wsign-conversion -Wno-unused-parameter $(shell pkg-config gnutls --cflags)
LDFLAGS = -lpthread $(shell pkg-config gnutls --libs)