summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/OpenSSL/Makefile')
-rw-r--r--Cryptlib/OpenSSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/OpenSSL/Makefile b/Cryptlib/OpenSSL/Makefile
index 795f471d..d59c5d7a 100644
--- a/Cryptlib/OpenSSL/Makefile
+++ b/Cryptlib/OpenSSL/Makefile
@@ -23,7 +23,7 @@ FEATUREFLAGS += -nostdinc
WARNFLAGS += -Wno-empty-body \
-Wno-implicit-fallthrough \
$(if $(findstring gcc,$(CC)),-Wno-old-style-declaration) \
- $(if $(findstring gcc,$(CC)),-Wno-unused-but-set-variable) \
+ -Wno-unused-but-set-variable \
-Wno-unused-parameter
CFLAGS = $(FEATUREFLAGS) \