mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: remove incorrect comment
Reported by Paul Eggert. * src/system.h: here.
This commit is contained in:
@@ -76,7 +76,6 @@ typedef size_t uintptr_t;
|
||||
|
||||
/* See https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
|
||||
#if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ < 5
|
||||
/* Suppress an incorrect diagnostic about yylval being uninitialized. */
|
||||
# define IGNORE_TYPE_LIMITS_BEGIN \
|
||||
_Pragma ("GCC diagnostic push") \
|
||||
_Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")
|
||||
|
||||
Reference in New Issue
Block a user