Fix warning on new Ada testcase
gcc/testsuite/ * gnat.dg/varsize4.adb (Func): Initialize Byte_Read parameter.
This commit is contained in:
parent
a671095c20
commit
1c1ee8097c
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
package body Varsize4 is
|
||||
|
||||
function Func (bytes_read : out Natural) return Arr is
|
||||
function Func (Bytes_Read : out Natural) return Arr is
|
||||
Ret : Arr := (others => False);
|
||||
begin
|
||||
Bytes_Read := 0;
|
||||
return Ret;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue