summaryrefslogtreecommitdiff
path: root/src/directed_graphs.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-30 17:54:18 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-30 17:54:18 +1000
commitb6ae7a1084ea1350c26fff18e8aa6c181a3507c8 (patch)
treeb06065700adebf52a6285f32c0dd4c90ad419557 /src/directed_graphs.ads
parent5ecc9ae9efb62461d3d88d029515671c1118271e (diff)
Helpers warning suppressed, Tamper checks revised
Diffstat (limited to 'src/directed_graphs.ads')
-rw-r--r--src/directed_graphs.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/directed_graphs.ads b/src/directed_graphs.ads
index 94c67d3..17a0239 100644
--- a/src/directed_graphs.ads
+++ b/src/directed_graphs.ads
@@ -3,6 +3,10 @@
-- This source is licensed under the Sunset License v1.0
+pragma Warnings (Off, """Ada.Containers.Helpers"" is an internat GNAT unit");
+pragma Warnings (Off, "use of this unit is non-portable and version-dependent");
+
+
with
Ada.Iterator_Interfaces;
@@ -673,6 +677,9 @@ private
Tamper_Info : aliased Help.Tamper_Counts;
end record;
+ overriding procedure Adjust
+ (Container : in out Graph);
+
overriding procedure Finalize
(Container : in out Graph);