Commit 9d0b084
committed
pyexpat.c: Address compiler warning -Wunused-function
The symptom was:
> ./Modules/pyexpat.c:202:1: warning: ‘set_invalid_arg’ defined but not used [-Wunused-function]
> 202 | set_invalid_arg(pyexpat_state *state, xmlparseobject *self, const char *errmsg)
> | ^~~~~~~~~~~~~~~1 parent c33dc15 commit 9d0b084
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
0 commit comments