diff options
Diffstat (limited to 'gcc/ada/a-calend-vms.adb')
-rw-r--r-- | gcc/ada/a-calend-vms.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/a-calend-vms.adb b/gcc/ada/a-calend-vms.adb index bcfc3dd..fb5ac13 100644 --- a/gcc/ada/a-calend-vms.adb +++ b/gcc/ada/a-calend-vms.adb @@ -37,6 +37,8 @@ with System.Aux_DEC; use System.Aux_DEC; with Ada.Unchecked_Conversion; +pragma Warnings (Off); -- temp till we fix out param warnings ??? + package body Ada.Calendar is -------------------------- |