Skip to content

Commit

Permalink
fix(soyuz): unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Aug 25, 2021
1 parent 1b16e7c commit 463bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soyuz/soyuz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extern TCHAR tip[64];
extern char class_name[];
extern std::vector<std::string> 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;
Expand Down

0 comments on commit 463bcc5

Please sign in to comment.