<div dir="ltr">There are 2 warnings in expr.c which occur during android builds:<div><br><div><div>external/toybox/toys/pending/expr.c:116:28: warning: field precision should have type 'int', but argument has type 'long' [-Wformat]</div><div>      ret->s = xmprintf("%.*s", m[1].rm_eo-m[1].rm_so, target+m[1].rm_so);</div><div>                         ~~^~   ~~~~~~~~~~~~~~~~~~~~~</div><div>external/toybox/toys/pending/expr.c:247:24: warning: missing field 'i' initializer [-Wmissing-field-initializers]</div><div>  struct value ret = {0};</div><div>                       ^</div></div></div><div><br></div><div>I proposed a patch there, but they suggested doing the fix here first.</div><div><br></div><div>Filed issue here:</div><div><a href="https://github.com/landley/toybox/issues/64">https://github.com/landley/toybox/issues/64</a><br></div><div><br></div><div>Attached is the git format-patch -1 patch</div><div><br></div></div>