summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-01-10 01:10:36 -0500
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-01-10 01:10:36 -0500
commite07540264dbda32c98c330fddf0fa5ec3393bd3d (patch)
tree983f4ede6929f8389c40f848b244f2d7579b1eda /src
parent0f932d30f5e3ef73bb18727801bf43628cbb4ac8 (diff)
yuzu_cmd: Silence unreferenced local variable warning
Diffstat (limited to 'src')
-rw-r--r--src/yuzu_cmd/yuzu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp
index 39e0d35aa..4faf62ede 100644
--- a/src/yuzu_cmd/yuzu.cpp
+++ b/src/yuzu_cmd/yuzu.cpp
@@ -95,8 +95,6 @@ int main(int argc, char** argv) {
int option_index = 0;
InitializeLogging();
-
- char* endarg;
#ifdef _WIN32
int argc_w;
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);