From acdb6ff91b60dab1c65d92f2de35a553ebcb3301 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 28 May 2024 02:00:39 -0400 Subject: Add shadow warning --- Lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua/Makefile b/Lua/Makefile index 0912289..33a2ab3 100644 --- a/Lua/Makefile +++ b/Lua/Makefile @@ -7,7 +7,7 @@ LUA=lua INCS=-I$(LUA_INC) CFLAGS=-std=c11 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -fPIC -flto=auto -fvisibility=hidden \ -fsanitize=signed-integer-overflow -fno-sanitize-recover -CWARN=-Wall -Wextra +CWARN=-Wall -Wextra -Wshadow # -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \ # -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \ # -Wdangling-else -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-branches \ -- cgit v1.2.3