diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-29 15:26:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-29 15:26:29 -0400 |
| commit | dd15b70f67b7de8ddc499ab682c2d47419e93b5c (patch) | |
| tree | cd4f84537ac20ec415516629b738b17a3360df91 | |
| parent | dd0bdbda0df31222d2db0d952995b46932432448 (diff) | |
Remove warning flag
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ CCONFIG=-std=c2x -fPIC \ LTO= LDFLAGS= INCLUDE_DIRS= -CWARN=-Wall -Wextra -Wno-format -Wshadow \ +CWARN=-Wall -Wextra -Wno-format -Wno-format-security -Wshadow \ -Wno-pedantic \ -Wno-pointer-arith \ -Wtype-limits -Wunused-result -Wnull-dereference \ |
