lib/gnat: Remove Compiler_Unit_Warning pragmas
'pragma Compiler_Unit_Warning' is removed upstream: https://gcc.gnu.org/git/?p=gcc.git&a=search&h=HEAD&st=commit&s=pragma+Compiler_Unit_Warning Fix: GCC libgnat-x86_32/lib/gnat/interfac.o interfac.ads:36:08: warning: unrecognized pragma "Compiler_Unit_Warning" [-gnatwg] Change-Id: I6d7efab132441dd3cc62a53b7322e9fd355e5059 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73162 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
a247319ebe
commit
e784c1e66a
@ -33,8 +33,6 @@
|
|||||||
-- --
|
-- --
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
package Interfaces is
|
package Interfaces is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
-- --
|
-- --
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
pragma Assertion_Policy (Statement_Assertions => Ignore);
|
pragma Assertion_Policy (Statement_Assertions => Ignore);
|
||||||
|
|
||||||
with Ada.Unchecked_Conversion;
|
with Ada.Unchecked_Conversion;
|
||||||
|
@ -40,8 +40,6 @@
|
|||||||
-- for bootstrapping with older versions of the compiler which expect to find
|
-- for bootstrapping with older versions of the compiler which expect to find
|
||||||
-- functions in this package.
|
-- functions in this package.
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
package System.Img_Enum_New is
|
package System.Img_Enum_New is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
|
|
||||||
|
@ -46,8 +46,6 @@
|
|||||||
-- Note: do not introduce any pragma Inline statements into this unit, since
|
-- Note: do not introduce any pragma Inline statements into this unit, since
|
||||||
-- otherwise the relinking and rebinding capability would be deactivated.
|
-- otherwise the relinking and rebinding capability would be deactivated.
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
package System.Parameters is
|
package System.Parameters is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
|
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
-- --
|
-- --
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
with Ada.Unchecked_Conversion;
|
with Ada.Unchecked_Conversion;
|
||||||
|
|
||||||
package body System.Storage_Elements is
|
package body System.Storage_Elements is
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
-- extra declarations that can be introduced into System using Extend_System.
|
-- extra declarations that can be introduced into System using Extend_System.
|
||||||
-- It is a good idea to avoid use clauses for this package.
|
-- It is a good idea to avoid use clauses for this package.
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
package System.Storage_Elements is
|
package System.Storage_Elements is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
-- Note that we take advantage of the implementation permission to make
|
-- Note that we take advantage of the implementation permission to make
|
||||||
|
@ -35,8 +35,6 @@
|
|||||||
-- also contains some related definitions for other specialized types
|
-- also contains some related definitions for other specialized types
|
||||||
-- used by the compiler in connection with packed array types.
|
-- used by the compiler in connection with packed array types.
|
||||||
|
|
||||||
pragma Compiler_Unit_Warning;
|
|
||||||
|
|
||||||
package System.Unsigned_Types is
|
package System.Unsigned_Types is
|
||||||
pragma Pure;
|
pragma Pure;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user