mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0024355: Compiler Warning level 4 for MFC samples
Some warnings were removed from MFC samples All warnings of sample projects with warning level 4 were fixed on VC9 Warnings level increased to -W4 in projects of MFC samples; sample ReadMe files added to documentation Changes in Viewer2dDoc.cpp and OcafDoc.cpp were restored. Minor corrections in documentation
This commit is contained in:
@@ -47,5 +47,5 @@ DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
|
||||
// Terminate the library before destructors are called
|
||||
AfxTermExtensionModule(mfcsampleDLL);
|
||||
}
|
||||
return 1; // ok
|
||||
return 1; // ok
|
||||
}
|
Reference in New Issue
Block a user