From: Ondřej Surý Date: Wed, 14 Aug 2024 12:52:01 +0000 (+0000) Subject: fix: dev: Silence all warnings that stem from the default config X-Git-Tag: v9.21.1~53 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f4e0d0e460bfe4f65d26ab1aca2f4ced08bf42a8;p=thirdparty%2Fbind9.git fix: dev: Silence all warnings that stem from the default config As we now setup the logging very early, parsing the default config would always print warnings about experimental (and possibly deprecated) options in the default config. This would even mess with commands like `named -V` and it is also wrong to warn users about using experimental options in the default config, because they can't do anything about this. Add CFG_PCTX_NODEPRECATED and CFG_PCTX_NOEXPERIMENTAL options that we can pass to cfg parser and silence the early warnings caused by using experimental options in the default config. Merge branch 'ondrej/silence-warnings-from-default-config' into 'main' See merge request isc-projects/bind9!9304 --- f4e0d0e460bfe4f65d26ab1aca2f4ced08bf42a8