To: bind9-public@isc.org Content-Disposition: inline Subject: Fedora 26 / gcc 7.2.1 warning Message-ID: MIME-Version: 1.0 From: Francis_Dupont@isc.org Date: Wed, 27 Sep 2017 12:40:29 +0000 X-Mailer: MIME-tools 5.508 (Entity 5.508) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Interface: Web X-RT-Original-Encoding: utf-8 Content-Length: 411 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.