mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Warnings: Silence some GCC warnings
This commit is contained in:
parent
f0642979f9
commit
f49b3733ec
7 changed files with 22 additions and 8 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "../../juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp"
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4127 4512)
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4127 4512 4996)
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wnon-virtual-dtor",
|
||||
"-Wsign-conversion",
|
||||
"-Wextra-semi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue