diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-28 02:00:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-28 02:00:39 -0400 |
| commit | acdb6ff91b60dab1c65d92f2de35a553ebcb3301 (patch) | |
| tree | e75468b2bf4a0798557f565236aac28ea5802f5f /Lua/Makefile | |
| parent | 952b55fbdb52b8568a57b7f061056e15ef8dfffa (diff) | |
Add shadow warning
Diffstat (limited to 'Lua/Makefile')
| -rw-r--r-- | Lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
