From c3856eddb5a8146751dac82ad1ba4433f5ca6d6d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Apr 2025 17:51:19 +0200 Subject: tweak kernel, boot: use -Wall, -Werror, -Wpedantic now. Signed-off-by: Amlal El Mahrouss --- dev/modules/ACPI/ACPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/modules/ACPI/ACPI.h') diff --git a/dev/modules/ACPI/ACPI.h b/dev/modules/ACPI/ACPI.h index 49434de0..305c061c 100644 --- a/dev/modules/ACPI/ACPI.h +++ b/dev/modules/ACPI/ACPI.h @@ -83,7 +83,7 @@ namespace Kernel UInt32 OemRev; UInt32 CreatorID; UInt32 CreatorRevision; - UInt32 AddressArr[]; + UInt32 AddressArr[1]; }; } // namespace Kernel -- cgit v1.2.3