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
Getting distribution for 'AccessControl==5.0'.
src/AccessControl/cAccessControl.c:2202:7: warning: code will never be executed
[-Wunreachable-code]
unauthErr(name, v);
^~~~~~~~~
I can see why the compiler thinks that’s is unused (the compiler is right). I can also imagine, in context (a big switch statement, which in C, falls through), why a programmer might leave it there. Possibly the bigger function needs refactored.
first reported in zopefoundation/BTrees#174
The text was updated successfully, but these errors were encountered: