Skip to content
  • Matthias Clasen's avatar
    wayland: Quiet an ubsan complaint · f627c944
    Matthias Clasen authored
    unsigned char is promoted to int, which lacks the 32nd bit to
    make 0xff << 24 work. Explicitly cast to unsigned int to make
    it clear what we want to happen.
    f627c944