You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking around, it seems that this was allowed by gcc 3, but gcc 4 is stricter. I appreciate that this is almost certainly going to be compiled with older/stable HPC specialised compiler versions, so presumably they aren't complaining about this yet. Is it likely that a fix would have knock-on effects? If not, I'm happy to open a pull request to fix the various instances of it.
The text was updated successfully, but these errors were encountered:
Small issue: A 'naive' clone and compile of
ks_spectrum
on desktop Ubuntu fails, asw_open_ks_eigen
is prototyped asincludes/io_ks_eigen.h:133
as:But defined in
generic_ks/io_helpers_ks_eigen.c:82
as:Looking around, it seems that this was allowed by
gcc
3, butgcc
4 is stricter. I appreciate that this is almost certainly going to be compiled with older/stable HPC specialised compiler versions, so presumably they aren't complaining about this yet. Is it likely that a fix would have knock-on effects? If not, I'm happy to open a pull request to fix the various instances of it.The text was updated successfully, but these errors were encountered: