We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../subprojects/libdemangle/src/microsoft_demangle.c:257:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*sym)) { ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ ../subprojects/libdemangle/src/microsoft_demangle.c:2005:6: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*curr_pos)) { ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ ../subprojects/libdemangle/src/microsoft_demangle.c:2019:13: warning: array subscript is of type 'char' [-Wchar-subscripts] } else if (isalpha(*curr_pos)) { ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ 3 warnings generated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: