OSDN Git Service

2009-08-28 Sebastian Pop <sebastian.pop@amd.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / output.adb
index bb5f5ae..141c12f 100644 (file)
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  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