File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2525 #pragma clang diagnostic push
2626 #pragma clang diagnostic ignored "-Wshorten-64-to-32"
2727 #pragma clang diagnostic ignored "-Wattributes"
28+ #elif __GNUC__
29+ #pragma GCC diagnostic push
30+ #pragma GCC diagnostic ignored "-Wshorten-64-to-32"
31+ #pragma GCC diagnostic ignored "-Wattributes"
2832#endif
2933
3034#include " source/draw.cpp"
4347
4448#if __clang__
4549 #pragma clang diagnostic pop
50+ #elif __GNUC__
51+ #pragma GCC diagnostic pop
4652#endif
Original file line number Diff line number Diff line change 2525 #pragma clang diagnostic push
2626 #pragma clang diagnostic ignored "-Wshorten-64-to-32"
2727 #pragma clang diagnostic ignored "-Wattributes"
28+ #elif __GNUC__
29+ #pragma GCC diagnostic push
30+ #pragma GCC diagnostic ignored "-Wshorten-64-to-32"
31+ #pragma GCC diagnostic ignored "-Wattributes"
2832#endif
2933
3034#include " source/gl/gl_state.cpp"
4044
4145#if __clang__
4246 #pragma clang diagnostic pop
47+ #elif __GNUC__
48+ #pragma GCC diagnostic pop
4349#endif
You can’t perform that action at this time.
0 commit comments