mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
![]() CORE-17545 win32ss/user/winsrv/consrv/frontends/wcwidth.c:203:30: warning: result of comparison of constant 262141 with expression of type 'wchar_t' (aka 'unsigned short') is always true [-Wtautological-constant-out-of-range-compare] (ucs >= 0x30000 && ucs <= 0x3fffd))); ~~~ ^ ~~~~~~~ win32ss/user/winsrv/consrv/frontends/wcwidth.c:203:12: warning: result of comparison of constant 196608 with expression of type 'wchar_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare] (ucs >= 0x30000 && ucs <= 0x3fffd))); ~~~ ^ ~~~~~~~ win32ss/user/winsrv/consrv/frontends/wcwidth.c:202:30: warning: result of comparison of constant 196605 with expression of type 'wchar_t' (aka 'unsigned short') is always true [-Wtautological-constant-out-of-range-compare] (ucs >= 0x20000 && ucs <= 0x2fffd) || ~~~ ^ ~~~~~~~ win32ss/user/winsrv/consrv/frontends/wcwidth.c:202:12: warning: result of comparison of constant 131072 with expression of type 'wchar_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare] (ucs >= 0x20000 && ucs <= 0x2fffd) || ~~~ ^ ~~~~~~~ |
||
---|---|---|
.. | ||
condrv | ||
frontends | ||
include | ||
lang | ||
alias.c | ||
alias.h | ||
api.h | ||
coninput.c | ||
coninput.h | ||
conoutput.c | ||
conoutput.h | ||
console.c | ||
console.h | ||
consrv.h | ||
consrv.rc | ||
frontendctl.c | ||
handle.c | ||
handle.h | ||
heap.h | ||
history.c | ||
history.h | ||
init.c | ||
lineinput.c | ||
lineinput.h | ||
popup.c | ||
popup.h | ||
procinit.h | ||
resource.h | ||
settings.c | ||
shutdown.c | ||
subsysreg.c |