From: Remi Gacogne Date: Mon, 23 Jan 2023 10:41:58 +0000 (+0100) Subject: dnsdist: Initialize automatic variables to a pattern in our CI X-Git-Tag: dnsdist-1.8.0-rc1~92^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327d085f621eb49d814ac50823a49c6e740e4616;p=thirdparty%2Fpdns.git dnsdist: Initialize automatic variables to a pattern in our CI --- diff --git a/tasks.py b/tasks.py index e445692b24..4a9d80094c 100644 --- a/tasks.py +++ b/tasks.py @@ -430,6 +430,7 @@ def ci_dnsdist_configure(c, features): --enable-option-checking=fatal \ --enable-unit-tests \ --enable-fortify-source=auto \ + --enable-auto-var-init=pattern \ --prefix=/opt/dnsdist %s %s''' % (cflags, cxxflags, features_set, sanitizers), warn=True) if res.exited != 0: c.run('cat config.log')