mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
0033073: Coding Rules, RWGltf_CafWriter - suppress CLang warning coming from Draco library
This commit is contained in:
parent
18559e93cf
commit
617a2905a9
@ -45,7 +45,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_DRACO
|
#ifdef HAVE_DRACO
|
||||||
|
#include <Standard_WarningsDisable.hxx>
|
||||||
#include <draco/compression/encode.h>
|
#include <draco/compression/encode.h>
|
||||||
|
#include <Standard_WarningsRestore.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_RTTIEXT(RWGltf_CafWriter, Standard_Transient)
|
IMPLEMENT_STANDARD_RTTIEXT(RWGltf_CafWriter, Standard_Transient)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user