Skip to content

False postive running MIRSA C 2023 rule 14.2 #160

@kylejacksonb

Description

@kylejacksonb

Several loops like the following trigger the violation:

void g(void) {
    unsigned char i;
    for( i = 0; i < 8; i++) {
            rgBusWr(0x10a6 + i, 0x55,1);
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions