mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Silence a warning about unused Bison label
This commit is contained in:
parent
ac1c6738f9
commit
21d19ed45b
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@
|
|||
/* warning C4065: switch statement contains 'default' but no 'case' labels */
|
||||
#pragma warning (disable : 4065)
|
||||
#endif
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic ignored "-Wunused-label" /* yyexhaustedlab: */
|
||||
#endif
|
||||
|
||||
int yylex(void *yylval, void *yythd);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue