mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Remove warnings
This commit is contained in:
@@ -63,7 +63,7 @@ BOOL CMakeSetup::InitInstance()
|
||||
CMakeSetupDialog dlg(cmdInfo);
|
||||
|
||||
m_pMainWnd = &dlg;
|
||||
int nResponse = dlg.DoModal();
|
||||
INT_PTR nResponse = dlg.DoModal();
|
||||
if (nResponse == IDOK)
|
||||
{
|
||||
// TODO: Place code here to handle when the dialog is
|
||||
|
||||
Reference in New Issue
Block a user