Skip to content
  • Kai Lüke's avatar
    Remove incompatible volatile qualifiers · c9bc1b3d
    Kai Lüke authored
    The compiler warning "‘__atomic_load’ discards ‘volatile’ qualifier"
    came up with GCC 11.
    Remove the volatile usage which is also not used in similar newer
    places of the code base.
    c9bc1b3d