From: Art Cancro Date: Mon, 25 Oct 2021 17:21:47 +0000 (-0400) Subject: Suppress format-truncation warnings because they are WRONG X-Git-Tag: v940~17 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=07a0e0310760cfe65a7347dc303958f34774f11d;p=citadel.git Suppress format-truncation warnings because they are WRONG --- diff --git a/textclient/configure b/textclient/configure index f49e7527f..f43c18f3d 100755 --- a/textclient/configure +++ b/textclient/configure @@ -64,7 +64,7 @@ done [ "$PREFIX" = "" ] && PREFIX=/usr/local [ "$BINDIR" = "" ] && BINDIR=${PREFIX}/bin [ "$CTDLDIR" = "" ] && CTDLDIR=/usr/local/citadel -[ "$CFLAGS" = "" ] && CFLAGS='-ggdb' +[ "$CFLAGS" = "" ] && CFLAGS='-Wformat-truncation=0 -ggdb' [ "$LDFLAGS" = "" ] && LDFLAGS='' # Test for OpenSSL