From ddca5650ea9d835e8412d2a208829a1678dd85ca Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 4 Apr 2023 14:25:24 -0400 Subject: [PATCH] qt comment bit --- win/Qt/qt_pre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Qt/qt_pre.h b/win/Qt/qt_pre.h index 346e78136..22d988297 100644 --- a/win/Qt/qt_pre.h +++ b/win/Qt/qt_pre.h @@ -36,7 +36,7 @@ #ifdef __clang__ /* disable warnings for shadowed names; some of the Qt prototypes use placeholder argument names which conflict with nethack variables - ('g', 'u', a couple of others) */ + ('u' and 'flags') */ #pragma clang diagnostic ignored "-Wshadow" #elif defined(__GNUC__) #pragma GCC diagnostic ignored "-Wshadow"