From f8a8a431a8ba488f01f52f23e3b2fd3a0501b52a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 29 Apr 2021 21:22:59 -0500 Subject: [PATCH] Revert warn_off removal There are still a bunch of unused parameter warnings with GCC/Clang --- moonlight-common-c/moonlight-common-c.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/moonlight-common-c/moonlight-common-c.pro b/moonlight-common-c/moonlight-common-c.pro index d94fa173..76a4005f 100644 --- a/moonlight-common-c/moonlight-common-c.pro +++ b/moonlight-common-c/moonlight-common-c.pro @@ -12,6 +12,9 @@ TEMPLATE = lib # Build a static library CONFIG += staticlib +# Disable warnings +CONFIG += warn_off + # Include global qmake defs include(../globaldefs.pri)