From 5bc6d0f20e95545df7af5df8e2409edb4695c98e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 2 Feb 2020 16:00:14 +0100 Subject: Debian: support building with GCC 8.3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0a3bee0..9ac6113 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ else CFLAGS += -O2 endif PAM_CONF_FILE=/etc/pam_radius_auth.conf -CFLAGS+=-g3 -Wno-strict-aliasing -DCONF_FILE=\"${PAM_CONF_FILE}\" +CFLAGS+=-Wno-format-truncation -Wno-strict-aliasing -DCONF_FILE=\"${PAM_CONF_FILE}\" ifeq ($(DEB_HOST_GNU_CPU),(hppa|m68k|mips|powerpc|s390|sparc|sparc64|sheb)) CFLAGS += -DHIGHFIRST -- cgit v1.2.3