Re: utils/hp2ps/Main.c:88: possible missing break ?

2015-09-15 Thread Thomas Miedema
On Thu, May 14, 2015 at 1:40 PM, David Binderman wrote: > Hello there, > > [utils/hp2ps/Main.c:88] -> [utils/hp2ps/Main.c:91]: (warning) Variable > 'iflag' is reassigned > a value before the old one has been used. 'break;' missing? > > Source code is > > switch(

utils/hp2ps/Main.c:88: possible missing break ?

2015-05-14 Thread David Binderman
Hello there, [utils/hp2ps/Main.c:88] - [utils/hp2ps/Main.c:91]: (warning) Variable 'iflag' is reassigned a value before the old one has been used. 'break;' missing? Source code is     switch( *(*argv + 1) ) {   case '-':     iflag = -1;   case '+':