To: | bind9-public@isc.org |
Subject: | Fedora 26 / gcc 7.2.1 warning |
From: | Francis_Dupont@isc.org |
Date: | Wed, 27 Sep 2017 12:40:29 +0000 |
Compiling lib/irs/getnameinfo.c:
getnameinfo.c: In function ‘irs_getnameinfo’:
getnameinfo.c:133:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (result != 0) goto cleanup; \
^
getnameinfo.c:322:4: note: in expansion of macro ‘ERR’
ERR(EAI_INSECUREDATA);
^~~
getnameinfo.c:323:3: note: here
default:
^~~~~~~
I suggest to add a break after the line 322.