mirror of
https://github.com/Ed94/gencpp.git
synced 2025-01-06 23:13:32 -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
|