Build breakage fix (hopefully) - brain dead gcc. NFCI.

This commit is contained in:
kre 2021-01-01 13:43:34 +00:00
parent cb08f90273
commit d3bf6df7dc
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: decl.c,v 1.95 2021/01/01 11:51:15 rillig Exp $ */
/* $NetBSD: decl.c,v 1.96 2021/01/01 13:43:34 kre Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
__RCSID("$NetBSD: decl.c,v 1.95 2021/01/01 11:51:15 rillig Exp $");
__RCSID("$NetBSD: decl.c,v 1.96 2021/01/01 13:43:34 kre Exp $");
#endif
#include <sys/param.h>
@ -616,6 +616,7 @@ popdecl(void)
/* there is nothing after external declarations */
lint_assert(0);
/* NOTREACHED */
/* XXX gcc is stupid enough not to know that, hence: */ break;
case MOS:
case MOU:
case ENUMCON: