diff options
author | 2023-03-07 05:46:28 +1100 | |
---|---|---|
committer | 2023-03-07 05:46:28 +1100 | |
commit | 31c0d2a4a8a0c09238d07347fe9f4bc3962e1580 (patch) | |
tree | 171656bacaf9ce15d41c85ff17198765ff958658 /scripts/src/3rdparty.lua | |
parent | 8384223ac82670d39e1f40834dc4375f43c02a94 (diff) |
Reduce warnings that need to be suppressed to build linenoise.
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rw-r--r-- | scripts/src/3rdparty.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 3ccd1c43b89..5744e8d5a2f 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1678,12 +1678,6 @@ project "linenoise" addprojectflags() - configuration { "gmake or ninja" } - buildoptions { - "-Wno-error=unused-variable", - "-Wno-error=strict-prototypes", - } - configuration { "vs*" } buildoptions { "/wd4701", -- warning C4701: potentially uninitialized local variable 'xxx' used |