diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_advsearch.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_advsearch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tlen/src/tlen_advsearch.cpp b/protocols/Tlen/src/tlen_advsearch.cpp index 3ae4f313c9..ad3bcc323e 100644 --- a/protocols/Tlen/src/tlen_advsearch.cpp +++ b/protocols/Tlen/src/tlen_advsearch.cpp @@ -39,7 +39,7 @@ static void InitComboBox(HWND hwndCombo, TLEN_FIELD_MAP *fieldMap) }
}
-INT_PTR CALLBACK TlenAdvSearchDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK TlenAdvSearchDlgProc(HWND hwndDlg, UINT msg, WPARAM, LPARAM)
{
switch(msg) {
case WM_INITDIALOG:
@@ -89,7 +89,7 @@ static void FetchCombo(HWND hwndDlg, UINT idCtrl, char *fieldName, char **str, i }
}
-char *TlenAdvSearchCreateQuery(HWND hwndDlg, int iqId)
+char *TlenAdvSearchCreateQuery(HWND hwndDlg, int)
{
char *str;
int strSize;
|