From 463bcc570f76cd71d8309e461ff0eceae649e55c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 24 Aug 2021 17:29:32 -0700 Subject: [PATCH] fix(soyuz): unused params --- soyuz/soyuz.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soyuz/soyuz.cc b/soyuz/soyuz.cc index e6afbce..828e9f6 100644 --- a/soyuz/soyuz.cc +++ b/soyuz/soyuz.cc @@ -19,7 +19,7 @@ extern TCHAR tip[64]; extern char class_name[]; extern std::vector logs; -auto WinMain(HINSTANCE instance, HINSTANCE previous, LPSTR argument, int show) -> int { // WINAPI +auto WinMain(HINSTANCE instance, HINSTANCE, LPSTR, int show) -> int { // WINAPI soyuz::init_log_file(); MSG messages;