Files
nethack/win/Qt/qt_post.h
nhmall 9b58010880 turn off clang -Wshadow when processing some qt headers
removes recently added win/Qt/qt_undef.h and win/Qt/qt_redef.h
adds win/Qt/qt_pre.h win/Qt/qt_post.h
2020-07-18 08:31:51 -04:00

5 lines
70 B
C

#ifdef __clang__
#pragma clang diagnostic pop
#endif /* __clang__ */