• Christian Hesse's avatar
    fix fallthough comments for GCC 7.x · 52831955
    Christian Hesse authored
    GCC 7.x does some extended checks on fallthough for switch/case
    statement. The warning looks like this:
    
    warning: this statement may fall through [-Wimplicit-fallthrough=]
    
    It can be told about implicit fallthough, however it does not
    recognize comments within blocks, so move the comments outside.
    52831955
ColumnsPanel.c 4.06 KB