You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is almost never what's wanted since the user of the macro will
naturally add the semicolon:
> src/pool/pool_disjoint.c:55:69: warning:
> ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
> static const struct ctl_argument CTL_ARG(name) = CTL_ARG_STRING(255);
0 commit comments