Workaround a GCC warning to unbreak ARM build.
Reported by: ian
This commit is contained in:
parent
fd9caa15e2
commit
c7ed23130a
@ -4503,7 +4503,7 @@ form_driver_w(FORM *form, int type, wchar_t c)
|
||||
|
||||
assert(form->page);
|
||||
|
||||
if (c == FIRST_ACTIVE_MAGIC)
|
||||
if (c == (wchar_t)FIRST_ACTIVE_MAGIC)
|
||||
{
|
||||
form->current = _nc_First_Active_Field(form);
|
||||
RETURN(E_OK);
|
||||
|
Loading…
Reference in New Issue
Block a user