Parcourir la source

Fixed bug 4641 - clang and clang-cl builds on windows create -Wpragma-pack warnings

Sam Lantinga il y a 7 ans
Parent
commit
9891c31ba0
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      include/begin_code.h

+ 3 - 0
include/begin_code.h

@@ -105,6 +105,9 @@
 #ifdef _MSC_VER
 #pragma warning(disable: 4103)
 #endif
+#ifdef __clang__
+#pragma clang diagnostic ignored "-Wpragma-pack"
+#endif
 #ifdef __BORLANDC__
 #pragma nopackwarning
 #endif