more gcc 4.1 fixes

svn path=/trunk/; revision=22161
This commit is contained in:
Ged Murphy 2006-06-01 21:18:22 +00:00
parent 2c1f99e2c2
commit 21d8349b92

View file

@ -332,8 +332,8 @@ UpdatePrefDlgControls(PPREFERENCES_CONTEXT Context,
{
Context->SelectedLine = LineID;
ListView_DeleteAllItems(GetDlgItem(Context->hwndDlg,
IDC_CONTROLS));
(void)ListView_DeleteAllItems(GetDlgItem(Context->hwndDlg,
IDC_CONTROLS));
Context->tmp = 0;
SndMixerEnumConnections(Context->Mixer,
@ -497,8 +497,8 @@ DlgPreferencesProc(HWND hwndDlg,
/* initialize the list view control */
hwndControls = GetDlgItem(hwndDlg,
IDC_CONTROLS);
ListView_SetExtendedListViewStyle(hwndControls,
LVS_EX_CHECKBOXES);
(void)ListView_SetExtendedListViewStyle(hwndControls,
LVS_EX_CHECKBOXES);
GetClientRect(hwndControls,
&rcClient);