diff options
Diffstat (limited to 'plugins/Variables/src/tokenregister.cpp')
-rw-r--r-- | plugins/Variables/src/tokenregister.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Variables/src/tokenregister.cpp b/plugins/Variables/src/tokenregister.cpp index 3cf79cb4f1..2e6bc5fd80 100644 --- a/plugins/Variables/src/tokenregister.cpp +++ b/plugins/Variables/src/tokenregister.cpp @@ -96,7 +96,7 @@ int deRegisterToken(TCHAR *token) return 0;
}
-INT_PTR registerToken(WPARAM wParam, LPARAM lParam)
+INT_PTR registerToken(WPARAM, LPARAM lParam)
{
DWORD hash;
int idx;
@@ -164,7 +164,7 @@ TCHAR *parseFromRegister(ARGUMENTSINFO *ai) return NULL;
INT_PTR callRes = 0;
- TCHAR *temp = NULL, *res = NULL;
+ TCHAR *res = NULL;
mir_cslock lck(csRegister);
|