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 ec25b7b commit 74296b9Copy full SHA for 74296b9
include/stats.h
@@ -61,7 +61,7 @@ extern "C" {
61
struct stats_name_map {
62
u16_t snm_off;
63
const char *snm_name;
64
-} __packed;
+} __attribute__((packed));
65
66
struct stats_hdr {
67
const char *s_name;
0 commit comments