Re: [PATCH] hexdump-conv.c: Fix gcc 12 compiler warning

2022-05-10 Thread Sebastian Huber
On 10/05/2022 13:27, Matthew Joyce wrote: From: Matt Joyce Fixed newly generated compiler warning introduced in the switch to gcc 12. gcc 12 adds the new warning -Warray-compare, which warns agains potentially dubious comparisons between operands of array type. --- cpukit/libmisc/shell/hexdum

[PATCH] hexdump-conv.c: Fix gcc 12 compiler warning

2022-05-10 Thread Matthew Joyce
From: Matt Joyce Fixed newly generated compiler warning introduced in the switch to gcc 12. gcc 12 adds the new warning -Warray-compare, which warns agains potentially dubious comparisons between operands of array type. --- cpukit/libmisc/shell/hexdump-conv.c | 2 +- 1 file changed, 1 insertion(