mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 02:40:53 +00:00
Merge pull request #10882 from hpvb/fix-missing-pragma-push
Fix missing pragma push [ci skip]
This commit is contained in:
commit
1718d78dc0
@ -31,6 +31,7 @@
|
||||
|
||||
#include "os/file_access.h"
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#include "thirdparty/misc/stb_vorbis.c"
|
||||
#pragma GCC diagnostic pop
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "servers/audio/audio_stream.h"
|
||||
|
||||
#define STB_VORBIS_HEADER_ONLY
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#include "thirdparty/misc/stb_vorbis.c"
|
||||
#pragma GCC diagnostic pop
|
||||
|
Loading…
Reference in New Issue
Block a user