summaryrefslogtreecommitdiff
path: root/gcc/ada/output.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/output.adb')
-rw-r--r--gcc/ada/output.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/output.adb b/gcc/ada/output.adb
index 141c12fb294..bb5f5ae50d9 100644
--- a/gcc/ada/output.adb
+++ b/gcc/ada/output.adb
@@ -29,7 +29,13 @@
-- --
------------------------------------------------------------------------------
+-- 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);
package body Output is