Skip to content

Commit 1a7712c

Browse files
anisimkovTurboGit
authored andcommitted
Fix warning
no-tn-check Use record name in constant to avoid warning: component "SERVER" of type access to "HTTP" is uninitialized
1 parent e00b68a commit 1a7712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/aws-server.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ private
536536
end record;
537537

538538
package Line_Attribute is new Ada.Task_Attributes
539-
(Line_Attribute_Record, (Line => 1, others => <>));
539+
(Line_Attribute_Record, Line_Attribute_Record'(Line => 1, others => <>));
540540
-- A line specific attribute
541541

542542
procedure Null_Procedure is null;

0 commit comments

Comments
 (0)