Skip to content
New issue

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

latest ndk complains about this #22750

Closed
trufae opened this issue Mar 25, 2024 · 1 comment
Closed

latest ndk complains about this #22750

trufae opened this issue Mar 25, 2024 · 1 comment

Comments

@trufae
Copy link
Collaborator

trufae commented Mar 25, 2024

93 211 42 5631] CC range.c
[util 132] CC charset.c
str.c:1918:58: warning: result of comparison of constant -97 with expression of type 'const char' is always false [-Wtautological-constant-out-of-range-compare]
} else if (str[0] == -0x3e && str[1] >= -0x80 && str[1] <= -0x61) { // C1 control codes U+0080 - U+009F
~~~~ ^ ~~~
str.c:1918:39: warning: result of comparison of constant -128 with expression of type 'const char' is always true [-Wtautological-constant-out-of-range-compare]
} else if (str[0] == -0x3e && str[1] >= -0x80 && str[1] <= -0x61) { // C1 control codes U+0080 - U+009F
~~~~ ^ ~~~
str.c:1918:20: warning: result of comparison of constant -62 with expression of type 'const char' is always false [-Wtautological-constant-out-of-range-compare]
} else if (str[0] == -0x3e && str[1] >= -0x80 && str[1] <= -0x61) { // C1 control codes U+0080 - U+009F
~~~~ ^ ~~~
[util 133] CC xdg.c
[util 134] CC rxml.c

@docds
Copy link

docds commented Mar 26, 2024

maybe it is unrelated.
I tried use my build on emulator and xiaomi android 14 device through adb shell
On both appear artifacts around cursor:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants