Commit f342a83
committed
fix mod files for C23
Function declarations that were `func ()` now do not mean `func (any args)`,
now they mean `func (void)`:
https://gcc.gnu.org/gcc-15/porting_to.html
Issue also filed at NEURON: neuronsimulator/nrn#33761 parent 78235f0 commit f342a83
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments