fix warnings

This commit is contained in:
Glenn Maynard
2005-12-23 01:07:04 +00:00
parent 47de881923
commit 79c60d650f
+3 -3
View File
@@ -67,7 +67,7 @@ void MainMenuDlg::OnExportPackages()
{
// TODO: Add your control notification handler code here
CSmpackageExportDlg dlg;
int nResponse = dlg.DoModal();
dlg.DoModal();
// if (nResponse == IDOK)
}
@@ -75,7 +75,7 @@ void MainMenuDlg::OnEditInstallations()
{
// TODO: Add your control notification handler code here
EditInsallations dlg;
int nResponse = dlg.DoModal();
dlg.DoModal();
}
RString GetLastErrorString()
@@ -200,7 +200,7 @@ void MainMenuDlg::OnBnClickedChangePreferences()
{
// TODO: Add your control notification handler code here
ChangeGameSettings dlg;
int nResponse = dlg.DoModal();
dlg.DoModal();
}
void MainMenuDlg::OnBnClickedOpenPreferences()