Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!utcs!lsuc!pesnta!hplabs!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: Possible VAX/VMS PL/I bug Message-ID: <4819@ucbvax.ARPA> Date: Thu, 14-Feb-85 13:12:52 EST Article-I.D.: ucbvax.4819 Posted: Thu Feb 14 13:12:52 1985 Date-Received: Fri, 15-Feb-85 02:12:26 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 10 From: lionel%eludom.DEC@decwrl.ARPA (Steve Lionel) The message gives you a warning. A warning only means that the compiler detected something you may not have intended (an implicit conversion), not that the program is incorrect. Referencing an un-initialized variable is also perfectly proper PL/I but you would like to have to compiler warn you that you have done this if it can. The way to eliminate such warnings is to use the /NOWARN qualifier on the command line.