-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compiler warnings involving debug.refine_category_hash_check #24270
Labels
Milestone
Comments
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:4
LGTM. |
Reviewer: Travis Scrimshaw |
Changed branch from u/jdemeyer/fix_compiler_warnings_involving_debug_refine_category_hash_check to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My compiler is not able to prove that the value of
debug.refine_category_hash_check
does not change during the callParent._refine_category_
. This gives-Wmaybe-uninitialized
warnings.I am working regularly on this file and this warning is always distracting me.
CC: @tscrim
Component: misc
Author: Jeroen Demeyer
Branch/Commit:
8dfff41
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/24270
The text was updated successfully, but these errors were encountered: