Files
bind9/lib/isccfg
Ondřej Surý ebb6165839 Disable C4090 in libisccfg
The MSVC detects mismatch of const qualifiers in cfg_map_{first,next}clause
functions just in BIND 9.11.  As this is harmless in this particular
case, just disable the warning for these two functions.

The warnings reported:

  lib\isccfg\parser.c(2160): warning C4090: '=': different 'const' qualifiers
  lib\isccfg\parser.c(2184): warning C4090: '=': different 'const' qualifiers
2020-04-16 13:01:55 +02:00
..
2020-04-16 08:12:39 +02:00
2020-03-20 10:31:29 +01:00
2017-12-29 02:23:11 +00:00
2020-04-16 13:01:55 +02:00