mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Warning cleanup
This commit is contained in:
parent
14e9c8954c
commit
31a080a9cb
@ -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[])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user