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
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(