From: Geza Herman Newsgroups: comp.os.msdos.djgpp Subject: Variable might be uninitialized Date: Tue, 3 Feb 1998 16:08:13 +0100 Organization: Technical University of Budapest Lines: 13 Message-ID: NNTP-Posting-Host: kempelen.inf.bme.hu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello! What does this compiler warning message mean: ' might be uninitialized' This only happens when I use optimization( -O2 ). My program runs fine, but then what is this warning message? Should I look the assembly code to check if this message is true or not? Regards, Geza