compilium icon indicating copy to clipboard operation
compilium copied to clipboard

Check return value type is met with func decl

Open hikalium opened this issue 5 years ago • 0 comments

detect error like this:

void func_returns_void () {
    return 1; // void function should not return int value
}

hikalium avatar Aug 12 '19 08:08 hikalium