Cleanup: resolve unknown pragma warning for CLANG
This commit is contained in:
@@ -298,7 +298,7 @@ class GeometryAttribute {
|
||||
if (in_value < kOutMin || in_value > std::numeric_limits<OutT>::max()) {
|
||||
return false;
|
||||
}
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
|
||||
2
extern/draco/patches/blender.patch
vendored
2
extern/draco/patches/blender.patch
vendored
@@ -19,7 +19,7 @@ index fd478a4..c1c0148 100644
|
||||
if (in_value < kOutMin || in_value > std::numeric_limits<OutT>::max()) {
|
||||
return false;
|
||||
}
|
||||
+#ifdef __GNUC__
|
||||
+#if defined(__GNUC__) && !defined(__clang__)
|
||||
+# pragma GCC diagnostic pop
|
||||
+#endif
|
||||
+#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user