1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

0032437: Coding Rules - eliminate MinGW warning -Wmaybe-uninitialized

This commit is contained in:
kgv
2021-06-12 15:35:38 +03:00
parent f9ab9f7f1c
commit 902b31b6ee
5 changed files with 95 additions and 86 deletions

View File

@@ -17,6 +17,8 @@
#include <Message.hxx>
#include <Standard_Mutex.hxx>
#include <Standard_WarningDisableFunctionCast.hxx>
#if defined(__APPLE__)
#import <TargetConditionals.h>
#endif