mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 17:35:39 +00:00
PS2: Ignore warnings from toolchain headers.
The `gsInline.h` header creates `Wdeclaration-after-statement` warnings.
This commit is contained in:
committed by
Sam Lantinga
parent
0472794609
commit
8117bfe5d1
@@ -31,7 +31,11 @@
|
||||
#include <dmaKit.h>
|
||||
|
||||
#include <gsToolkit.h>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
|
||||
#include <gsInline.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#endif /* SDL_ps2video_h_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user