diff options
Diffstat (limited to 'gcc/ada/output.adb')
| -rw-r--r-- | gcc/ada/output.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/output.adb b/gcc/ada/output.adb index d675dec..bb5f5ae 100644 --- a/gcc/ada/output.adb +++ b/gcc/ada/output.adb @@ -29,6 +29,10 @@ -- -- ------------------------------------------------------------------------------ +-- Note: the pragma Warnings (Off) here is because ASIS compiles this unit +-- without -gnatg, and System.OS_Lib is an implementation unit. This is a +-- temporary kludge which will be better resolved later on ??? + pragma Warnings (Off); with System.OS_Lib; use System.OS_Lib; pragma Warnings (On); |
