Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/libunicode/emoji_presentation_scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
*/

// clang-format off
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wsign-conversion"
#endif

#line 20 "emoji_presentation_scanner.c"
static const char _emoji_presentation_actions[] = {
Expand Down
2 changes: 2 additions & 0 deletions src/libunicode/emoji_presentation_scanner.rl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
*/

// clang-format off
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wsign-conversion"
#endif

%%{
machine emoji_presentation;
Expand Down
Loading