We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6608d03 commit 5af34e0Copy full SHA for 5af34e0
Changelog
@@ -1,4 +1,7 @@
1
2
+version 3.0.3:
3
+Quickfix, eliminated warnings -Wunused-result and -Wformat-security
4
+
5
version 3.0.2:
6
Minor bugfixes, eliminated warnings
7
Makefile
@@ -6,7 +6,7 @@ DATADIR=$(PREFIX)/share
MANDIR=$(PREFIX)/share/man/man1
DOCDIR=$(DATADIR)/doc/$(NAME)-$(VERSION)
8
CC=gcc
9
-CFLAGS?=-Wall -O2
+CFLAGS?=-Wall -Wformat-security -Wunused-result -O2
10
LDFLAGS?=-lm -lreadline
11
DBGFLAGS:=-DDEBUG -g
12
LNSFLAGS:=-DLINENOISE
0 commit comments