Re: [PATCH] this patch modify an unused variable in aarch64-unwind.h

2020-09-17 Thread Richard Sandiford
Wei Wentao writes: > Hi, > >This patch modify an unused variable in aarch64-unwing.h because the > warning says "unused parameter 'fs'". Thanks, pushed. I also broke the line after the parameter, to keep things within the 80-character limit. RichardR > > Weiwt > regards! > > --- > libgcc

[PATCH] this patch modify an unused variable in aarch64-unwind.h

2020-09-13 Thread Wei Wentao
Hi, This patch modify an unused variable in aarch64-unwing.h because the warning says "unused parameter 'fs'". Weiwt regards! --- libgcc/config/aarch64/aarch64-unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcc/config/aarch64/aarch64-unwind.h b/libgcc/confi