diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 14:34:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 14:34:40 +0000 |
commit | 3f7e27dc41ea766841f88b546e3db04edbdc5b96 (patch) | |
tree | 54119a95274ca67a2eb06f7ffd11bd74096b6460 /plugins/AVS/src/poll.cpp | |
parent | 56ecec5734194ccf709c3f57fe1a15a1b926c68d (diff) |
AVS: warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/poll.cpp')
-rw-r--r-- | plugins/AVS/src/poll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/poll.cpp b/plugins/AVS/src/poll.cpp index f9c284eb95..45ed5067b7 100644 --- a/plugins/AVS/src/poll.cpp +++ b/plugins/AVS/src/poll.cpp @@ -226,7 +226,7 @@ int FetchAvatarFor(MCONTACT hContact, char *szProto) return result;
}
-static void RequestThread(void *vParam)
+static void RequestThread(void *)
{
while (!g_shutDown) {
mir_cslockfull lck(cs);
|