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 a6e86eb commit 49674deCopy full SHA for 49674de
c/misra/test/rules/RULE-6-2/test.c
@@ -13,5 +13,5 @@ struct SampleStruct {
13
x5 : 1; // COMPILANT: single-bit named field but with an unsigned type
14
signed int x6 : 2; // COMPILANT: named field with a signed type but declared
15
// to carry more than 1 bit
16
- signed char : 1; // COMPILANT: single-bit bit-field but unnamed
+ signed char : 1; // COMPILANT: single-bit bit-field but unnamed
17
} sample_struct;
0 commit comments