i see you fixed my file.c mistake (but don't appear to have seen my
patch --- is the list borked again?), but you've introduced a new one
since:

external/toybox/main.c:160:9: error: taking the absolute value of
unsigned type 'unsigned long' has no effect [-Werror,-Wabsolute-value]
    if (labs((unsigned long)toys.stacktop-(unsigned long)&which)>6000) return;
        ^
external/toybox/main.c:160:9: note: remove the call to 'labs' since
unsigned values cannot be negative
    if (labs((unsigned long)toys.stacktop-(unsigned long)&which)>6000) return;
        ^~~~
1 error generated.
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to