bind9/lib
Ondřej Surý 230d250b3d Fix 'Dead nested assignment's from scan-build-10
The 3 warnings reported are:

os.c:872:7: warning: Although the value stored to 'ptr' is used in the enclosing expression, the value is never actually read from 'ptr'
        if ((ptr = strtok_r(command, " \t", &last)) == NULL) {
             ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

--

rpz.c:1117:10: warning: Although the value stored to 'zbits' is used in the enclosing expression, the value is never actually read from 'zbits'
        return (zbits &= x);
                ^        ~
1 warning generated.

--

openssleddsa_link.c:532:10: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err'
        while ((err = ERR_get_error()) != 0) {
                ^     ~~~~~~~~~~~~~~~
1 warning generated.

(cherry picked from commit 262f087bcf)
2020-03-25 18:06:29 +01:00
..
bind9 prep 9.16.1 2020-03-20 11:47:01 +01:00
dns Fix 'Dead nested assignment's from scan-build-10 2020-03-25 18:06:29 +01:00
irs prep 9.16.1 2020-03-20 11:47:01 +01:00
isc Used to the correct unlock type (read) 2020-03-24 15:44:06 +11:00
isccc prep 9.16.1 2020-03-20 11:47:01 +01:00
isccfg prep 9.16.1 2020-03-20 11:47:01 +01:00
ns prep 9.16.1 2020-03-20 11:47:01 +01:00
samples Use the new sorting rules to regroup #include headers 2020-03-11 08:55:12 +00:00
win32/bindevt Merge branch 'each-style-tweak' into 'master' 2020-02-14 05:35:29 +00:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00