From b5bc748a38cf88e8fa52fb8f55bf8014a188a9b9 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 11 Feb 2025 15:38:21 +0000 Subject: T7156: suppress sprintf format warnings at the source level (#13) rather than with CFLAGS, so that it applies only to locations where it was proven safe and is protected against CFLAGS overrides --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 1c43bae..6098ae5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = --pedantic -Wall -Werror -Wno-error=format-overflow= -std=c99 -O2 +AM_CFLAGS = --pedantic -Wall -Werror -std=c99 -O2 AM_LDFLAGS = ipaddrcheck_SOURCES = ipaddrcheck.c ipaddrcheck_functions.c -- cgit v1.2.3