You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm fresh in Ada but I'm interested in it and embedded software for UAV.
I used GPL 2019 and arm-elf-2019 to build it, there were warnings:
s-textio.adb:41:15: warning: no entities of "System.BB.Parameters" are referenced
s-textio.adb:53:07: warning: use clause for package "Parameters" has no effect
s-textio.adb:53:20: warning: "Parameters" is already use-visible through previous use_clause at line 41
How can I modify it to fit for GPL 2019? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm fresh in Ada but I'm interested in it and embedded software for UAV.
I used GPL 2019 and arm-elf-2019 to build it, there were warnings:
s-textio.adb:41:15: warning: no entities of "System.BB.Parameters" are referenced
s-textio.adb:53:07: warning: use clause for package "Parameters" has no effect
s-textio.adb:53:20: warning: "Parameters" is already use-visible through previous use_clause at line 41
How can I modify it to fit for GPL 2019? Thanks
The text was updated successfully, but these errors were encountered: