diff options
| author | 2015-05-16 15:28:47 -0400 | |
|---|---|---|
| committer | 2015-05-16 15:28:47 -0400 | |
| commit | 9aa1670e6f826f4eb69eaa19eb1f4445207219bd (patch) | |
| tree | 1bf29ee341a17f48e91ae7bbe0de181ed1a9aed6 /scripts | |
| parent | c8f5d4f80b762739a9d820eb851a121fca819996 (diff) | |
Warn for self-assignment (nw)
Diffstat (limited to 'scripts')
| -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 a3dab5496b1..d4de67872d3 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -820,7 +820,6 @@ end "-Wno-cast-align", "-Wno-tautological-compare", "-Wno-dynamic-class-memaccess", - "-Wno-self-assign-field", } if (version >= 30200) then buildoptions { |
