From bf7ecbbc3970edd32a2ca52093fe4d5846cd8791 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 3 Feb 2022 13:20:03 +0000 Subject: fmt(include): un-pre-name subroutine parameters --- include/soyuz/library.hh | 8 ++++---- include/soyuz/tray.hh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/soyuz/library.hh b/include/soyuz/library.hh index 9346f2a..c63f976 100644 --- a/include/soyuz/library.hh +++ b/include/soyuz/library.hh @@ -25,13 +25,13 @@ namespace soyuz { // high, // red // }; -static BOOL CALLBACK enum_windows_proc(HWND hwnd, LPARAM lparam); +static BOOL CALLBACK enum_windows_proc(HWND, LPARAM); auto find_lunar() -> DWORD; -auto delete_handle(DWORD pid) -> int; -auto write_log_file(const std::string &message) -> void; +auto delete_handle(DWORD) -> int; +auto write_log_file(const std::string &) -> void; auto init_log_file() -> void; auto close_log_file() -> void; -auto exit(int exit_code) -> void; +auto exit(int) -> void; // https://stackoverflow.com/a/10467633/14452787 auto current_date_time() -> std::string; diff --git a/include/soyuz/tray.hh b/include/soyuz/tray.hh index 6722bab..996a816 100644 --- a/include/soyuz/tray.hh +++ b/include/soyuz/tray.hh @@ -24,7 +24,7 @@ auto InitNotifyIconData() -> void; namespace soyuz { -auto log(const std::string &message) -> void; +auto log(const std::string &) -> void; } -- cgit v1.2.3