On 16/08/2019 08:27, Mark Cave-Ayland wrote:
During the past couple of weeks I've updated my build chain to use gcc 9.1 which generates some additional warnings that cause the build to fail when building with -Werror.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Mark Cave-Ayland (2): all: gcc 9 build fixes ppc: reduce size of Forth dictionary to 384K
arch/ppc/qemu/kernel.c | 4 ++-- arch/sparc32/context.c | 2 +- drivers/cuda.c | 4 ++-- drivers/ide.c | 2 +- drivers/pmu.c | 4 ++-- fs/hfs/hfs_fs.c | 2 +- packages/nvram.c | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-)
I've pushed this to master since it conflicts with the latest version of the active-device patchset which I'm about to resend.
ATB,
Mark.