From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ee0e4483243b42b6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: =?iso-8859-1?q?Bj=F6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is an internal GNAT unit Date: Tue, 30 Nov 2004 21:44:15 +0100 Organization: Cuivre, Argent, Or Message-ID: References: <861a5c19.0411301148.9ef7992@posting.google.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1101847507 2831 212.85.156.195 (30 Nov 2004 20:45:07 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 30 Nov 2004 20:45:07 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: User-Agent: KMail/1.7 In-Reply-To: <861a5c19.0411301148.9ef7992@posting.google.com> Content-Disposition: inline X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:6679 Date: 2004-11-30T21:44:15+01:00 tisdag 30 november 2004 20:48 skrev MagIk: > Hi all, > > when i Compil my programme (requier Lib X11) i have this 2 Warning > > io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is an > internal GNAT unit > io_graph.adb:7:22: warning: use of this unit is non-portable and > version-dependent Just what it says. If you change compiler, it won't work since the package= =20 'Ada.Command_Line.Environment' is a gnat-specific package /Bj=F6rn