Commit 51cf5b3e by Arnaud Charlet

Complete previous change.

From-SVN: r228902
parent 4b8ae2b0
......@@ -34,7 +34,9 @@ package body Ada.Containers is
------------
procedure Adjust (Control : in out Reference_Control_Type) is
pragma Warnings (Off);
pragma Assert (T_Check); -- not called if check suppressed
pragma Warnings (On);
begin
if Control.T_Counts /= null then
Lock (Control.T_Counts.all);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment