aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Makefile b/test/Makefile
index b40f55822..6cead72c3 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -3,14 +3,6 @@
#
# SPDX-License-Identifier: BSD-3-Clause
-
-E_FLAGS = -W -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
-E_FLAGS += -Wmissing-declarations -Wold-style-definition -Wpointer-arith
-E_FLAGS += -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral
-E_FLAGS += -Wformat-security -Wundef -Wwrite-strings
-
-CFLAGS += $(E_FLAGS)
-
.PHONY: all
all:
$(MAKE) -C api_test