diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-19 11:42:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-19 11:42:36 +0300 |
commit | a6d12ce24f94600dea3fb64aaa3b08c7b6be11ea (patch) | |
tree | d5d27f12709232520f0c62d01179df80355d020b /protocols/WhatsAppWeb/src/avatars.cpp | |
parent | 061b4f4b4032e9d12ba024950b4b5ce55efef824 (diff) |
warning fixes
Diffstat (limited to 'protocols/WhatsAppWeb/src/avatars.cpp')
-rw-r--r-- | protocols/WhatsAppWeb/src/avatars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/avatars.cpp b/protocols/WhatsAppWeb/src/avatars.cpp index 43178e8bfb..fb51e03c79 100644 --- a/protocols/WhatsAppWeb/src/avatars.cpp +++ b/protocols/WhatsAppWeb/src/avatars.cpp @@ -75,7 +75,7 @@ INT_PTR WhatsAppProto::GetMyAvatar(WPARAM wParam, LPARAM lParam) return 0; } -INT_PTR WhatsAppProto::SetMyAvatar(WPARAM, LPARAM lParam) +INT_PTR WhatsAppProto::SetMyAvatar(WPARAM, LPARAM) { return 0; } |