mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
8 lines
100 B
C++
8 lines
100 B
C++
|
#if __clang__
|
||
|
# pragma clang diagnostic pop
|
||
|
#endif
|
||
|
|
||
|
#if __GNUC__
|
||
|
# pragma GCC diagnostic pop
|
||
|
#endif
|