Revert "Complain for static fct declared w/o file scope"
This reverts commit e9406c09a3.
We don't want errors for static local function pointers, such as:
{
static void (*fn)();
...
}
This commit is contained in:
Reference in New Issue
Block a user