mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ClangCl: Silence code which warns when building on Windows with Clang
This commit is contained in:
parent
aa139f8b07
commit
e13901d912
20 changed files with 66 additions and 52 deletions
|
|
@ -30,6 +30,7 @@ namespace jpeglibNamespace
|
|||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
|
||||
"-Wdeprecated-register",
|
||||
"-Wdeprecated-declarations",
|
||||
"-Wsign-conversion",
|
||||
"-Wcast-align",
|
||||
"-Wswitch-enum",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue