1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

SheenBidi: Disable implicit-fallthrough warning for clang/gcc

This commit is contained in:
reuk 2024-12-08 22:25:01 +00:00
parent 67e7a638fd
commit a6fa345ccc

View file

@ -38,7 +38,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wsign-conversion",
"-Wcast-align",
"-Wunused-variable",
"-Wunused-function",
"-Wstringop-overflow")
"-Wstringop-overflow",
"-Wimplicit-fallthrough")
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4189 4706)