From 33c0abd1ab1444a70af649d80174ab8436b08300 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Wed, 27 Nov 2019 22:47:13 +1000 Subject: [PATCH] Disable warning C5054 on DolphinQt They're all in the Qt headers, and quite noisy. --- Source/Core/DolphinQt/DolphinQt.vcxproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index 037901ac05..d89cf632ff 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -38,6 +38,12 @@ + + + + 5054;%(DisableSpecificWarnings) + + $(ExternalsDir)ffmpeg\lib;$(IntDir)..\discord-rpc\bin;%(AdditionalLibraryDirectories) @@ -519,4 +525,4 @@ - \ No newline at end of file +