We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1432826 commit b7590f5Copy full SHA for b7590f5
3d/common/iStdLib/types.h
@@ -86,9 +86,6 @@ struct SRangeA
86
#ifdef _MSC_VER
87
#pragma warning( push )
88
#pragma warning( disable: 4201 ) // warning C4201: nonstandard extension used : nameless struct/union
89
-#elif (defined __GNUC__) && !(defined __clang__)
90
-#pragma GCC diagnostic push
91
-#pragma GCC diagnostic ignored "-pedantic" // warning: ISO C++ prohibits anonymous structs [-pedantic]
92
#endif
93
94
@@ -277,8 +274,6 @@ union FLOAT64
277
274
278
275
279
276
#pragma warning( pop ) // warning C4201: nonstandard extension used : nameless struct/union
280
281
-#pragma GCC diagnostic pop // warning: ISO C++ prohibits anonymous structs [-pedantic]
282
283
284
0 commit comments