Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cnorm don't recognize Storage specifier between square bracket of array #3

Open
Thiryn opened this issue Sep 28, 2015 · 0 comments
Open

Comments

@Thiryn
Copy link

Thiryn commented Sep 28, 2015

void test(int toto[static 45], int titi[const 45])
{
}

int main ()
{
  return 1;
}

Cnorm omit the static and the const specifier in parameters.

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

No branches or pull requests

1 participant