Browse Source

shut up unfixable warning

Ken Martin 22 years ago
parent
commit
5a391f8aa7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Source/MFCDialog/PathDialog.cpp

+ 3 - 2
Source/MFCDialog/PathDialog.cpp

@@ -180,8 +180,9 @@ int CPathDialog::DoModal()
     pidl = SHBrowseForFolder(&m_bi);
     if (pidl!=NULL) 
       {
-      //not need do this because OnOK function did
-      //bSucceeded = SHGetPathFromIDList(pidl, m_szPathName);
+#if defined(_WIN64) && defined(__INTEL_COMPILER)
+# pragma warning ( disable : 167)
+#endif
       // In C++: 
       pMalloc->Free(pidl);
       //In C: