nmodl icon indicating copy to clipboard operation
nmodl copied to clipboard

Reduce #warnings generated by compiler like NVHPC

Open pramodk opened this issue 4 years ago • 2 comments

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.

pramodk avatar Jul 26 '21 22:07 pramodk

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 avatar Aug 17 '21 08:08 olupton

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

olupton avatar Nov 11 '21 09:11 olupton