summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2019-07-29 20:50:30 -0400
committerGravatar Lioncash2019-07-29 20:50:33 -0400
commita0ee10b114254c835cefb363a5cfe488dca62fc0 (patch)
treef507d4ede8c2ae7690abcfbc2a2beadcf9c7bba6
parentMerge pull request #2734 from ReinUsesLisp/compute-shaders (diff)
downloadyuzu-a0ee10b114254c835cefb363a5cfe488dca62fc0.tar.gz
yuzu-a0ee10b114254c835cefb363a5cfe488dca62fc0.tar.xz
yuzu-a0ee10b114254c835cefb363a5cfe488dca62fc0.zip
yuzu-tester/yuzu: Remove unused variable
Gets rid of a compilation warning.
-rw-r--r--src/yuzu_tester/yuzu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_tester/yuzu.cpp b/src/yuzu_tester/yuzu.cpp
index b589c3de3..713d7770b 100644
--- a/src/yuzu_tester/yuzu.cpp
+++ b/src/yuzu_tester/yuzu.cpp
@@ -92,7 +92,6 @@ int main(int argc, char** argv) {
92 92
93 int option_index = 0; 93 int option_index = 0;
94 94
95 char* endarg;
96#ifdef _WIN32 95#ifdef _WIN32
97 int argc_w; 96 int argc_w;
98 auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w); 97 auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);