]> git.lizzy.rs Git - linenoise.git/blobdiff - Makefile
Clear some warnings and errors with GCC and MSVC.
[linenoise.git] / Makefile
index f4638e2d74d05aaf45f65641c31de5d9388d3907..1aa01ecf53627e916bb71b8b7ba5cb3ead337bce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -Wall -W -Os -g -Wno-unused-parameter
+CFLAGS += -Wall -W -Os -g
 CC ?= gcc
 
 all:  linenoise_example linenoise_utf8_example