Skip to content
  • Alexandre Duret-Lutz's avatar
    [buddy] workaround newer clang warning · 118df55b
    Alexandre Duret-Lutz authored
    It seems clang now warn about fallthrough case statements in C, but
    ignore any /* fall through */ comment if that comes from a macro.
    
    * src/bddop.c: Use the fallthrough attribute if available.
    118df55b