summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-07 19:46:47 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-07 19:46:47 -0400
commitf528b66a0ea74b306bed22d243495458c8cf2383 (patch)
tree8f29e25b83ca88529da26e8b9e0e988005357f4a /Makefile
parent03bdee772197c600b0066ebd1f27172332045da2 (diff)
downloadudpastcp-f528b66a0ea74b306bed22d243495458c8cf2383.tar.xz
udpastcp-f528b66a0ea74b306bed22d243495458c8cf2383.zip
Fix memory leaks, miscellaneous issues.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 796dec7..bde9466 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -Wextra -Wwrite-strings -std=c99 -D_BSD_SOURCE -D_DEFAULT_SOURCE
+CFLAGS += -Wall -Wextra -Wwrite-strings -Wno-missing-field-initializers -std=c99 -D_BSD_SOURCE -D_DEFAULT_SOURCE
LDLIBS := -lev