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
at seastest.c:673 "if (fit->rank != fit->p && fit->rank == fit->rank)" I think this one can safely be removed (no way it would evaluate to false
at autoutils.c: line 131 "if (dodiff != dodiff) return d;" and line 155 "if (dodiff != dodiff)". From my point of view, it would only evaluate to false if they are undefined (underflow, overflow...). I'm not even sure this could be possible for integers and I doubt this is the goal of these lines...
non-void function does not return a value
at boxcox.c:68 Here I have no suggestions on how to fix it. Is the function even called anywhere?
2024-12-03: I have edited this issues to add more warnings as well as checkboxes so what has been addressed is marked as such
When enabling much more warnings, I get the following (with gcc version 11.4.0 and Apple clang 12.0.0):
2024-12-03: I have edited this issues to add more warnings as well as checkboxes so what has been addressed is marked as such