On Thu, Oct 03, 2013 at 08:27:22AM +0000, David Binderman wrote:
> Hello there,
> 
> I just ran static analyser cppcheck over the source code of fvwm-2.6.5
> 
> It said many things, including
> 
> [FvwmWharf.c:414] -> [FvwmWharf.c:417]: (warning) Variable 'TextureType' is 
> reassigned a value before the old one has been used. 'break;' missing?
> 
> Source code is
> 
>   case TEXTURE_BUILTIN:
>     Builtin:
>     TextureType=TEXTURE_BUILTIN;
>    default:
> 
> Suggest add missing break

Not worth it.  FvwmWharf is dead.  If that's *all* it found, I'm amazed.

-- Thomas Adam

Reply via email to