bind9/bin/dig
Ondřej Surý 913e64e8e1 Remove usage of deprecated ATOMIC_VAR_INIT() macro
The C17 standard deprecated ATOMIC_VAR_INIT() macro (see [1]).  Follow
the suite and remove the ATOMIC_VAR_INIT() usage in favor of simple
assignment of the value as this is what all supported stdatomic.h
implementations do anyway:

  * MacOSX.plaform: #define ATOMIC_VAR_INIT(__v) {__v}
  * Gcc stdatomic.h: #define ATOMIC_VAR_INIT(VALUE)	(VALUE)

1. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1138r0.pdf

(cherry picked from commit f251d69eba)
2022-03-09 09:25:37 +01:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
dig.rst Fix spelling of "DNS over HTTPS" & "DNS over TLS" 2022-01-20 15:40:37 +01:00
dighost.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-09 09:25:37 +01:00
dighost.h Fix query context management issues in dighost.c 2022-03-08 09:14:06 +01:00
host.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
host.rst Add missing backtick to host.rst 2022-01-16 07:56:17 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
nslookup.c Remove spurious 'debugging = true;' 2022-02-01 10:22:41 +11:00
nslookup.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
readline.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00