BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
57 stars 15 forks source link

Reduce #warnings generated by compiler like NVHPC #713

Open pramodk opened 3 years ago

pramodk commented 3 years ago

Today compilers like NVHPC produces tooooooo many warnings while building NMODL. Not necessary to fix all warnings and some can be just ignored.

As part of this ticket, we should try to get nmodl in a "reasonable" state in terms of warnings generated while building.

olupton commented 3 years ago

https://github.com/BlueBrain/nmodl/pull/716 has made the build much quieter, but only by suppressing warnings.

I'm not sure if we should close the issue, or keep it open because we really ought to fix the underlying issues...

olupton commented 3 years ago

https://github.com/fmtlib/fmt/pull/2582 will hopefully mean the next release of fmt is quieter...