1
0
Fork 0
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:
reuk 2020-04-25 22:31:22 +01:00
parent aa139f8b07
commit e13901d912
20 changed files with 66 additions and 52 deletions

View file

@ -30,6 +30,7 @@ namespace jpeglibNamespace
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wconversion",
"-Wdeprecated-register",
"-Wdeprecated-declarations",
"-Wsign-conversion",
"-Wcast-align",
"-Wswitch-enum",