Closed sanjayankur31 closed 1 year ago
I think most or all of these warnings were fixed in 297a96b.
Please could you check if everything compiles ok on Fedora now, @sanjayankur31 ?
I think this can be closed. The patch is in 0.10.1 and that's what we have working in Fedora currently.
This also came up during the Fedora review.
On Fedora, the default compiler flags are:
So, the link time optimiser is also enabled. (The Fedora change is here).
While compiling the mod files in
pyNN/neuron/nmodl/
, we get lots of warnings:pynn-nrnivmodl.txt
Most of them are syntactic warnings, but a few indicate that the code may not be doing what its supposed to:
Could someone please have a quick look to see if these are bugs that need to be fixed?