diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 429afc977..5623959a9 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -25,7 +25,10 @@ #include "resources/resource.h" +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wshadow") #include <SDL_mixer.h> +#pragma GCC diagnostic pop #include "localconsts.h" |