Commit fd83260
committed
Remove semicolons from macro expansions
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);1 parent 57d930a commit fd83260
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments