diff options
| author | Jérôme Leclercq <[email protected]> | 2020-11-10 14:58:01 +0100 |
|---|---|---|
| committer | Jérôme Leclercq <[email protected]> | 2020-11-10 14:58:01 +0100 |
| commit | f1b890bc1717904c4e11d9cff41191e97b7ef612 (patch) | |
| tree | 52c95feccd6f04155da9c3f93de3a6c3371aee3b /xmake/modules/core/tools/gcc.lua | |
| parent | 979df33ee2e84c77242fe1c07cef3d9a1a3def90 (diff) | |
Add support for "extra" warning level
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua index 5418ecf27..474244e58 100644 --- a/xmake/modules/core/tools/gcc.lua +++ b/xmake/modules/core/tools/gcc.lua @@ -114,6 +114,7 @@ function nf_warning(self, level) , all = "-Wall" , everything = "-Wall -Wextra -Weffc++" , error = "-Werror" + , extra = "-Wextra" } return maps[level] end |
