We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b5062 commit ce13510Copy full SHA for ce13510
1 file changed
card_data.h
@@ -83,6 +83,6 @@ struct card_data {
83
}
84
};
85
86
-static_assert(sizeof(card_data) == 80);
+static_assert(sizeof(card_data) == 80, "card_data size error");
87
88
#endif /* CARD_DATA_H_ */
0 commit comments