diff --git a/scripts/genie.lua b/scripts/genie.lua index 1bb8bcd1754..02009c41cdf 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -550,6 +550,11 @@ end } end else + if (version == 40201) then + buildoptions { + "-Wno-cast-align" + } + end if (version >= 40400) then buildoptions { "-Wno-unused-result",