From 1566e6fab1b3c3eb88d9789d9b76a074f73699e4 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 12 Feb 2021 11:02:20 +0100 Subject: [PATCH] Update Makefile --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 7da119e44..bd7fe3738 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ WARNINGS = -Werror -Wall -Wextra \ -Wshadow -Wundef -Wmaybe-uninitialized -Wmissing-prototypes -Wpointer-arith -Wuninitialized \ -Wunreachable-code -Wreturn-type -Wmultichar -Wformat-security -Wdouble-promotion -Wclobbered -Wdeprecated \ -Wempty-body -Wshift-negative-value -Wstack-usage=2048 \ - -Wtype-limits -Wsizeof-pointer-memaccess -Wno-error=cast-function-type + -Wtype-limits -Wsizeof-pointer-memaccess #-Wno-unused-value -Wno-unused-parameter OPTIMIZATION ?= -O3 -g0