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

Regards

David Binderman                                           

Reply via email to