diff options
| author | hexcoder- <heiko@hexco.de> | 2024-11-09 22:31:07 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2024-11-09 22:31:07 +0100 |
| commit | f39cf57eac13f859fcf8c082b038ee6254bc0da9 (patch) | |
| tree | b07e7e44cdceac332fa7a3e0f0451aa23322a2cc /GNUmakefile | |
| parent | e62999c95f3e796c8f6ff8beab36799a661c755c (diff) | |
| download | afl++-f39cf57eac13f859fcf8c082b038ee6254bc0da9.tar.gz | |
enhance backward compatibility and portability
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 24295c48..2f0255ed 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -119,7 +119,7 @@ endif COMPILER_TYPE=$(shell $(CC) --version|grep "Free Software Foundation") ifneq "$(COMPILER_TYPE)" "" #$(info gcc is being used) - override CFLAGS_OPT += -Wno-error=format-truncation -Wno-format-truncation + override CFLAGS_OPT += -Wno-format-truncation endif ifeq "$(SYS)" "SunOS" |
