diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-10-26 20:28:16 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-10-26 20:28:16 -0400 |
| commit | f29bf54ffb143631e0c793704e0c2981744d4109 (patch) | |
| tree | ee558dd5cb1b766fd70bb35fcc2171d29fbc7833 | |
| parent | 645081f64e9bc1f996326b74aed2f5cda2c62437 (diff) | |
Fix warning
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ NAME=bp CC=cc PREFIX=/usr/local SYSCONFDIR=/etc -CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto +CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto=auto CWARN=-Wall -Wextra # -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \ # -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \ |
