Skip to content
  • Matthias Clasen's avatar
    Fix up FC_LIKELY macros · ff7d314a
    Matthias Clasen authored
    __builtin_expect returns the same type as the expression,
    so enforce that we pass in a boolean expression.
    
    Pointed out by Emmanuele Bassi.
    ff7d314a