Skip to content

Commit

Permalink
Sheenbidi: Ignore implicit-fallthrough warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Dec 9, 2024
1 parent 67e7a63 commit a463c9d
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 a463c9d

Please sign in to comment.