From 1e65771ba397a160c17de31efcf31585df3013f6 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 2 Jul 2019 20:05:20 +0200 Subject: [PATCH] Remove redundant compiler flag `-Wunused' is included in `-Wall -Wextra'. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index d0d9d99dc3..1679ee40b9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,7 @@ # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS CFLAGS ?= -O2 -WARNING_CFLAGS ?= -Wall -Wextra -Wunused +WARNING_CFLAGS ?= -Wall -Wextra LDFLAGS ?= LOCAL_CFLAGS = $(WARNING_CFLAGS) -I../include -D_FILE_OFFSET_BITS=64