diff options
author | 2019-12-20 18:51:41 +1100 | |
---|---|---|
committer | 2019-12-20 18:51:41 +1100 | |
commit | 6959de07197e623262e614fdd0734007a41eb778 (patch) | |
tree | f782e2d137d5d974db4a0b69adf6e4de86be3059 /scripts/genie.lua | |
parent | 4663bd109d771744182c1fa0ebca38ad51cb22c8 (diff) |
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
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 |