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
Very minor error, but when compiling with extra error flags (-Wall -Wextra -Werror) reveals an unused variable error at line 585. Seemed to fix it for me by deleting the variable (unsure if this breaks other things), or just adding a (void) indextype.
The text was updated successfully, but these errors were encountered:
include/sol/stack_check_unqualified.hpp:585:75: Warning Unused Variable 'indextype'
Very minor error, but when compiling with extra error flags (-Wall -Wextra -Werror) reveals an unused variable error at line 585. Seemed to fix it for me by deleting the variable (unsure if this breaks other things), or just adding a (void) indextype.
The text was updated successfully, but these errors were encountered: