Skip to content

fix mod files for C23#819

Merged
apdavison merged 1 commit intoNeuralEnsemble:masterfrom
sanjayankur31:fix-mod-c23
May 3, 2026
Merged

fix mod files for C23#819
apdavison merged 1 commit intoNeuralEnsemble:masterfrom
sanjayankur31:fix-mod-c23

Conversation

@sanjayankur31
Copy link
Copy Markdown
Contributor

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#3376

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#3376
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 8, 2025

Coverage Status

coverage: 69.952%. first build
when pulling 963ef8c on sanjayankur31:fix-mod-c23
into 78235f0 on NeuralEnsemble:master.

@apdavison apdavison merged commit 7f43d9b into NeuralEnsemble:master May 3, 2026
7 checks passed
@apdavison apdavison added this to the 0.13.0 milestone May 3, 2026
@apdavison
Copy link
Copy Markdown
Member

Many thanks @sanjayankur31 - sorry it took so long to merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants