We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29ee6a commit 57686a7Copy full SHA for 57686a7
tools/include/asm-generic/unaligned.h
@@ -8,6 +8,7 @@
8
*/
9
#pragma GCC diagnostic push
10
#pragma GCC diagnostic ignored "-Wpacked"
11
+#pragma GCC diagnostic ignored "-Wattributes"
12
13
#define __get_unaligned_t(type, ptr) ({ \
14
const struct { type x; } __packed *__pptr = (typeof(__pptr))(ptr); \
0 commit comments