| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| return 0; | ||
| } | ||
| if (ch > MAX_UNICODE) { | ||
| if (sizeof(ch) > 2 && ch > MAX_UNICODE) { |
There was a problem hiding this comment.
Fix warning : result of comparison of constant 1114111 with expression of type 'wchar_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
Sorry, something went wrong.
|
|
||
| // mbstowcs() and mbrtowc() errors | ||
| static const size_t DECODE_ERROR = ((size_t)-1); | ||
| #ifdef HAVE_MBRTOWC |
There was a problem hiding this comment.
fix warning : unused variable 'INCOMPLETE_CHARACTER' [-Wunused-const-variable]
Sorry, something went wrong.
|
Closed because done similarily in #131487. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.