From 827e3a0be467e54e3ac76ca5574215424bf94bdf Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sat, 2 Jun 2018 17:40:30 -0500 Subject: [PATCH] Ignore unused-result warnings --- premake5.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/premake5.lua b/premake5.lua index 686c77e84..90e1c5a5b 100644 --- a/premake5.lua +++ b/premake5.lua @@ -111,6 +111,9 @@ filter({"platforms:Linux", "language:C++", "toolset:gcc"}) }) links({ }) + disablewarnings({ + "unused-result" + }) filter({"platforms:Linux", "toolset:gcc"}) if ARCH == "ppc64" then