From 31a080a9cb6c07e0fec202e0bf8d108691626e89 Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Fri, 19 Apr 2024 21:38:57 +0200 Subject: [PATCH] Warning cleanup --- rpcs3/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpcs3/main.cpp b/rpcs3/main.cpp index 6fad731ece..1c8533826e 100644 --- a/rpcs3/main.cpp +++ b/rpcs3/main.cpp @@ -326,8 +326,11 @@ constexpr auto arg_timer = "high-res-timer"; constexpr auto arg_verbose_curl = "verbose-curl"; constexpr auto arg_any_location = "allow-any-location"; constexpr auto arg_codecs = "codecs"; + +#ifdef _WIN32 constexpr auto arg_stdout = "stdout"; constexpr auto arg_stderr = "stderr"; +#endif int find_arg(std::string arg, int& argc, char* argv[]) {