Re: [PATCH] musl: fix signed compare warning

2020-07-04 Thread Daniel Santos
On 7/4/20 10:19 AM, Hauke Mehrtens wrote: > On 6/25/20 1:12 AM, Daniel Santos wrote: >> Signed-off-by: Daniel Santos >> --- >> .../210-Fix-signed-compare-warning.patch | 26 +++ >> 1 file changed, 26 insertions(+) >> create mode 100644 >> toolchain/musl/patches/210-Fix-sign

Re: [PATCH] musl: fix signed compare warning

2020-07-04 Thread Hauke Mehrtens
On 6/25/20 1:12 AM, Daniel Santos wrote: > Signed-off-by: Daniel Santos > --- > .../210-Fix-signed-compare-warning.patch | 26 +++ > 1 file changed, 26 insertions(+) > create mode 100644 > toolchain/musl/patches/210-Fix-signed-compare-warning.patch > > diff --git a/toolcha

[PATCH] musl: fix signed compare warning

2020-06-24 Thread Daniel Santos
Signed-off-by: Daniel Santos --- .../210-Fix-signed-compare-warning.patch | 26 +++ 1 file changed, 26 insertions(+) create mode 100644 toolchain/musl/patches/210-Fix-signed-compare-warning.patch diff --git a/toolchain/musl/patches/210-Fix-signed-compare-warning.patch b/to