aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-cborma.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cborma.ads')
-rw-r--r--gcc/ada/a-cborma.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/a-cborma.ads b/gcc/ada/a-cborma.ads
index 2b68bbf..7aa6e6c 100644
--- a/gcc/ada/a-cborma.ads
+++ b/gcc/ada/a-cborma.ads
@@ -45,6 +45,7 @@ generic
with function "=" (Left, Right : Element_Type) return Boolean is <>;
package Ada.Containers.Bounded_Ordered_Maps is
+ pragma Annotate (CodePeer, Skip_Analysis);
pragma Pure;
pragma Remote_Types;