diff options
author | 2019-12-21 01:34:40 +1100 | |
---|---|---|
committer | 2019-12-21 01:34:40 +1100 | |
commit | f9767bcb5920108d8e27ce2e37f09d0c18b37f64 (patch) | |
tree | 4d88c049face0c458b97273b8d79edb9a283a3c0 /scripts/genie.lua | |
parent | 4264fcd1369dadbb774fd681bf9375e2761d5286 (diff) |
Revert "Revert "enable clang missing braces warning - it's useful to be able to see when you're initialising a structure or nested array inside an array""
This reverts commit 4264fcd1369dadbb774fd681bf9375e2761d5286.
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 4dce1830d20..790f9d8bba1 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1082,7 +1082,6 @@ end "-Wno-tautological-compare", "-Wno-unused-value", "-Wno-constant-logical-operand", - "-Wno-missing-braces", -- clang is not as permissive as GCC about std::array initialization "-fdiagnostics-show-note-include-stack", } if (version >= 30500) then |