mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
GCC: Fix some compiler warnings in GCC 11
This commit is contained in:
parent
f69fe7be0f
commit
e984395b1d
9 changed files with 13 additions and 15 deletions
|
|
@ -42,7 +42,8 @@ namespace OggVorbisNamespace
|
|||
"-Wredundant-decls",
|
||||
"-Wmisleading-indentation",
|
||||
"-Wmissing-prototypes",
|
||||
"-Wcast-align")
|
||||
"-Wcast-align",
|
||||
"-Wmaybe-uninitialized")
|
||||
JUCE_BEGIN_NO_SANITIZE ("undefined")
|
||||
|
||||
#include "oggvorbis/vorbisenc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue