You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static CMARK_INLINE bool S_is_line_end_char(char c) {
return (c == '\n' || c == '\r');
}
I'm sending a PR to fix it as well.
The text was updated successfully, but these errors were encountered:
alvarogarcia7
changed the title
Narrowing data types is implementation defined
[Clang-tidy] Narrowing data types is implementation defined
Jan 30, 2022
Clang-Tidy: Narrowing conversion from 'unsigned char' to signed type 'char' is implementation-defined
where
S_is_line_end_char
is defined as:I'm sending a PR to fix it as well.
The text was updated successfully, but these errors were encountered: