qt comment bit

This commit is contained in:
nhmall
2023-04-04 14:25:24 -04:00
parent 2f997645f3
commit ddca5650ea

View File

@@ -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"