Conflicting analysers -- Mark Andrews > On 27 Sep 2017, at 22:40, Francis Dupont via RT wrote: > > > Wed Sep 27 12:40:30 2017: Request 46115 was acted upon. > Transaction: Ticket created by fdupont > Queue: bind9-public > Subject: Fedora 26 / gcc 7.2.1 warning > Owner: Nobody > Requestors: Francis_Dupont@isc.org > Status: open > Ticket > ----------------------------------------------------------------------- > > 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. >