mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
No issue - Fallthrough attributes must be terminated with semicolon.
This also fixes building with Clang 15 on Linux.
This commit is contained in:
@@ -987,7 +987,7 @@ RegExpParser<CharT>::ParseClassEscape(char16_t* char_class, widechar *value,
|
||||
}
|
||||
return true;
|
||||
}
|
||||
MOZ_FALLTHROUGH
|
||||
MOZ_FALLTHROUGH;
|
||||
default:
|
||||
if (!ParseClassCharacterEscape(value))
|
||||
return false;
|
||||
|
||||
@@ -1558,7 +1558,7 @@ ParseRegExpFlags(const CharT* chars, size_t length, RegExpFlag* flagsOut, char16
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
MOZ_FALLTHROUGH
|
||||
MOZ_FALLTHROUGH;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user