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
After the refactoring in #659 several unreachable branches are detected by GNATprove, which were not found before. All affected branches should be replaced by raise Program_Error to suppress the warnings.
Since 20220812 the timeout used for dead code detection can be configured using --proof-warnings-timeout.
The text was updated successfully, but these errors were encountered:
After the refactoring in #659 several unreachable branches are detected by GNATprove, which were not found before. All affected branches should be replaced by
raise Program_Error
to suppress the warnings.Since 20220812 the timeout used for dead code detection can be configured using
--proof-warnings-timeout
.The text was updated successfully, but these errors were encountered: