From c680300a29f6960de277c3a99909867f80147dc6 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 25 Oct 2019 07:41:38 +0200 Subject: [PATCH] style: remove incorrect comment Reported by Paul Eggert. * src/system.h: here. --- src/system.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system.h b/src/system.h index 773c0c60..17301491 100644 --- a/src/system.h +++ b/src/system.h @@ -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\"")