Skip to content

Commit

Permalink
SheenBidi: Disable implicit-fallthrough warning for clang/gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk committed Dec 8, 2024
1 parent 67e7a63 commit a6fa345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/juce_graphics/juce_graphics_Sheenbidi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a6fa345

Please sign in to comment.