about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2024-11-09 22:31:07 +0100
committerhexcoder- <heiko@hexco.de>2024-11-09 22:31:07 +0100
commitf39cf57eac13f859fcf8c082b038ee6254bc0da9 (patch)
treeb07e7e44cdceac332fa7a3e0f0451aa23322a2cc /GNUmakefile
parente62999c95f3e796c8f6ff8beab36799a661c755c (diff)
downloadafl++-f39cf57eac13f859fcf8c082b038ee6254bc0da9.tar.gz
enhance backward compatibility and portability
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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"