[PATCH] options: Avoid unused variable mask warning [PR97305]

2020-10-06 Thread Jakub Jelinek via Gcc-patches
Hi! On Tue, Oct 06, 2020 at 11:28:22AM +0200, Andreas Schwab wrote: > options-save.c: In function 'void cl_target_option_save(cl_target_option*, > gcc_options*, gcc_options*)': > options-save.c:8526:26: error: unused variable 'mask' > [-Werror=unused-variable] > 8526 | unsigned HOST_WIDE_INT

Re: [PATCH] options: Avoid unused variable mask warning [PR97305]

2020-10-06 Thread Richard Biener
On Tue, 6 Oct 2020, Jakub Jelinek wrote: > Hi! > > On Tue, Oct 06, 2020 at 11:28:22AM +0200, Andreas Schwab wrote: > > options-save.c: In function 'void cl_target_option_save(cl_target_option*, > > gcc_options*, gcc_options*)': > > options-save.c:8526:26: error: unused variable 'mask' > > [-Wer