Skip to content

Commit

Permalink
Update comment about workaround related to use of constant access type
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher authored and Isabell Zorr committed Jun 29, 2021
1 parent d0874b9 commit 9caf9de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rflx/generator/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2670,11 +2670,9 @@ def __create_valid_context_function(
[],
[],
[
# WORKAROUND:
# Limitation of GNAT Community 2020
# WORKAROUND: Componolit/Workarounds#36
# An access constant type cannot be used here, because the "implicit conversion
# between access types with different designated types is not yet supported".
# The warning is no longer shown in later versions of SPARK.
Pragma(
"Warnings",
[
Expand Down

0 comments on commit 9caf9de

Please sign in to comment.