We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb31c3 commit cf7bc69Copy full SHA for cf7bc69
1 file changed
3rdparty/stb_library.hpp
@@ -1,7 +1,13 @@
1
#pragma once
2
3
+#if defined(__clang__)
4
#pragma clang diagnostic push
5
#pragma clang diagnostic ignored "-Wcast-align"
6
+#endif
7
+
8
#define STB_IMAGE_IMPLEMENTATION
9
#include <stb/stb_image.h>
10
11
12
#pragma clang diagnostic pop
13
0 commit comments