7127 remove -Wno-missing-braces from Makefile.uts
@@ -1940,11 +1940,11 @@ * Dequeue and process all queued advertisements. */ static void loopback_ra_dequeue(void) { - struct sockaddr_in6 from = IN6ADDR_LOOPBACK_INIT; + struct sockaddr_in6 from = { 0, 0, 0, IN6ADDR_LOOPBACK_INIT }; struct raq *raq; if (debug & D_PKTIN) logmsg(LOG_DEBUG, "loopback_ra_dequeue()\n");