strings.c:1294:23: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
Source code is
if ((rmcpp_err <= 0) && (rmcpp_err > 0x12))
strings.c:1332:23: warning: logical 'and' of mutually exclusive tests is always false [-Wlogical-op]
Duplicate.
Oops, yes, you are right. It's fixed.