diff options
Diffstat (limited to 'gcc/ada/s-wchcnv.ads')
-rw-r--r-- | gcc/ada/s-wchcnv.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-wchcnv.ads b/gcc/ada/s-wchcnv.ads index 6b7abe56103..887e2198cb7 100644 --- a/gcc/ada/s-wchcnv.ads +++ b/gcc/ada/s-wchcnv.ads @@ -43,9 +43,7 @@ -- This unit may be used directly from an application program by providing -- an appropriate WITH, and the interface can be expected to remain stable. -pragma Warnings (Off); pragma Compiler_Unit; -pragma Warnings (On); with System.WCh_Con; |