diff options
Diffstat (limited to 'gcc/ada/a-comlin.ads')
-rw-r--r-- | gcc/ada/a-comlin.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-comlin.ads b/gcc/ada/a-comlin.ads index 55d0a500525..42ca589da47 100644 --- a/gcc/ada/a-comlin.ads +++ b/gcc/ada/a-comlin.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2013, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -33,7 +33,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package Ada.Command_Line is pragma Preelaborate; |