Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

detect function declaration without arg #10

Closed
Vivelis opened this issue Apr 24, 2022 · 1 comment
Closed

detect function declaration without arg #10

Vivelis opened this issue Apr 24, 2022 · 1 comment

Comments

@Vivelis
Copy link

Vivelis commented Apr 24, 2022

For exemple :

int main()
{
    return 0
}

Expected :

int main(void)
{
    return 0
}

Normatrix should detect an MAJOR error.

@Saverio976
Copy link
Owner

resolved on last commit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants