diff --git a/Meta/Lagom/Tools/CodeGenerators/LibEDID/GeneratePnpIDs.cpp b/Meta/Lagom/Tools/CodeGenerators/LibEDID/GeneratePnpIDs.cpp index b6bf779d76..f6be75fa6d 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibEDID/GeneratePnpIDs.cpp +++ b/Meta/Lagom/Tools/CodeGenerators/LibEDID/GeneratePnpIDs.cpp @@ -197,9 +197,9 @@ namespace PnpIDs { StringView manufacturer_id; StringView manufacturer_name; struct { - u16 year{}; - u8 month{}; - u8 day{}; + u16 year { 0 }; + u8 month { 0 }; + u8 day { 0 }; } approval_date; }; @@ -223,8 +223,7 @@ static ErrorOr generate_source(Core::File& file, HashMap