Commit b4c42bc
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 b4c42bc
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
145 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
| |||
0 commit comments