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:
parent
67e7a638fd
commit
a6fa345ccc
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue