16 lines
383 B
C
16 lines
383 B
C
/* NetHack 3.7 qt_post.h $NHDT-Date: 1597276832 2020/08/13 00:00:32 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.0 $ */
|
|
|
|
/*
|
|
* qt_post.h -- reverse part of qt_pre.h.
|
|
*
|
|
* #include after <Qt.../Qt...>.
|
|
*/
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#elif defined(__GNUC__) && defined(__cplusplus)
|
|
#pragma GCC diagnostic pop
|
|
#endif /* compiler-specific bits */
|
|
|
|
/*qt_post.h*/
|