Menu

IncompleteStatement

Daniel Marjamäki

Incomplete statement

The following code will compile without warnings by all compilers I've tested:

void foo()
{
    "abc";
    123;
}

Therefore a check has been added that detects such statements.


Related

Wiki: ListOfChecks

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.