Skip to content

Commit

Permalink
Update skiaincludes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 23, 2023
1 parent efc645e commit a6b9776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/skia/skiaincludes.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Wattributes")

#ifdef _MSC_VER
#pragma warning(disable: 5030)
#endif

#include "skiadefines.h"

#include "include/gpu/GrBackendSurface.h"
Expand Down Expand Up @@ -76,6 +80,10 @@ QT_WARNING_DISABLE_GCC("-Wattributes")
#include "src/core/SkStroke.h"
#include "src/core/SkGeometry.h" // for SkAutoConicToQuads

#ifdef _MSC_VER
#pragma warning(default: 5030)
#endif

QT_WARNING_POP

#endif // SKIAINCLUDES_H

0 comments on commit a6b9776

Please sign in to comment.