Disable another -Wunreachable lemon warning

This commit is contained in:
João Valverde 2022-11-17 10:56:43 +00:00
parent 973748f321
commit 2443df7318
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@
#include "grammar.h"
/* Generated lemon code warns on this. */
DIAG_OFF(unreachable-code)
#ifdef _WIN32
#pragma warning(disable:4671)
#endif