On Thu, Jun 24, 2010 at 12:59 AM, smallboatca@xxxxxxxxx <smallboatca@xxxxxxxxx> wrote: > > Hi, > > I got this "cond" may be used uninitialized in this function waring in > compiling my program. > > I used -Wuninitialized to ignore this warning, but it does not work. > Do you know which option (-W????) is for this "X variable may be used > uninitialized in this function"? Thanks > If you want _ignore_ this warning just omit -Winit-self --tm