bind9/lib/isc/tests
Ondřej Surý f251d69eba 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
2022-03-08 23:55:10 +01:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
buffer_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
counter_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
crc64_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
doh_test.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00
errno_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
file_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
hash_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
heap_test.c Make isc_heap_create() and isc_heap_insert() return void 2022-03-08 11:19:34 +01:00
hmac_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ht_test.c Make isc_ht_init() and isc_ht_iter_create() return void 2022-03-08 14:51:55 +01:00
isctest.c Replace netievent lock-free queue with simple locked queue 2022-03-04 13:49:51 +01:00
isctest.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
lex_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
md_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
mem_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
netaddr_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
netmgr_test.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00
parse_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
pool_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
quota_test.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00
radix_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
random_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
regex_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
result_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
safe_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
siphash_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
sockaddr_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
stats_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
symtab_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
task_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
taskpool_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
time_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
timer_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
uv_wrap.h Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00