File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed
Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 44#pragma push_macro("Assert")
55#undef Assert
66
7+ #pragma GCC diagnostic push
8+ #pragma GCC diagnostic ignored "-Wshadow"
9+
710#include < Rocket/Core/XMLNodeHandler.h>
811
12+ #pragma GCC diagnostic pop
13+
914#pragma pop_macro("Assert")
1015
1116namespace scpui {
Original file line number Diff line number Diff line change 66#pragma push_macro("Assert")
77#undef Assert
88
9+ #pragma GCC diagnostic push
10+ #pragma GCC diagnostic ignored "-Wshadow"
11+
912#include < Rocket/Core.h>
1013#include < Rocket/Core/Plugin.h>
1114
15+ #pragma GCC diagnostic pop
16+
1217#pragma pop_macro("Assert")
1318
1419namespace scpui {
Original file line number Diff line number Diff line change 77#pragma push_macro("Assert")
88#undef Assert
99
10+ #pragma GCC diagnostic push
11+ #pragma GCC diagnostic ignored "-Wshadow"
12+
1013#include < Rocket/Core.h>
1114#include < Rocket/Core/ElementDocument.h>
1215#include < Rocket/Core/GeometryUtilities.h>
1316#include < Rocket/Core/String.h>
1417#include < scpui/RocketRenderingInterface.h>
1518
19+ #pragma GCC diagnostic pop
20+
1621#pragma pop_macro("Assert")
1722
1823namespace scpui {
Original file line number Diff line number Diff line change 44#pragma push_macro("Assert")
55#undef Assert
66
7+ #pragma GCC diagnostic push
8+ #pragma GCC diagnostic ignored "-Wshadow"
9+
710#include < Rocket/Core/Element.h>
811#include < Rocket/Core/Geometry.h>
912#include < Rocket/Core/Texture.h>
1013
14+ #pragma GCC diagnostic pop
15+
1116#pragma pop_macro("Assert")
1217
1318namespace scpui {
Original file line number Diff line number Diff line change 1010#pragma push_macro("Assert")
1111#undef Assert
1212
13+ #pragma GCC diagnostic push
14+ #pragma GCC diagnostic ignored "-Wshadow"
15+
1316#include < Rocket/Core.h>
1417
18+ #pragma GCC diagnostic pop
19+
1520#pragma pop_macro("Assert")
1621
1722namespace scpui {
Original file line number Diff line number Diff line change 44#pragma push_macro("Assert")
55#undef Assert
66
7+ #pragma GCC diagnostic push
8+ #pragma GCC diagnostic ignored "-Wshadow"
9+
710#include < Rocket/Core/Element.h>
811#include < Rocket/Core/Geometry.h>
912#include < Rocket/Core/Texture.h>
1013
14+ #pragma GCC diagnostic pop
15+
1116#pragma pop_macro("Assert")
1217
1318namespace scpui {
You can’t perform that action at this time.
0 commit comments