1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0033073: Coding Rules, RWGltf_CafWriter - suppress CLang warning coming from Draco library

This commit is contained in:
kgv 2022-07-22 09:53:33 +03:00 committed by smoskvin
parent 18559e93cf
commit 617a2905a9

View File

@ -45,7 +45,9 @@
#endif
#ifdef HAVE_DRACO
#include <Standard_WarningsDisable.hxx>
#include <draco/compression/encode.h>
#include <Standard_WarningsRestore.hxx>
#endif
IMPLEMENT_STANDARD_RTTIEXT(RWGltf_CafWriter, Standard_Transient)