Description
lib\rtl\res.c:312:9: error: comparison is always true due to limited range of data type [-Werror=type-limits]
This check does not make sense at all. The id variable is a USHORT and will always be less than or equal to USHORT_MAX
lib\rtl\res.c:312:9: error: comparison is always true due to limited range of data type [-Werror=type-limits]
This check does not make sense at all. The id variable is a USHORT and will always be less than or equal to USHORT_MAX