mirror of https://git.suyu.dev/suyu/suyu
CMakeLists: disable -Winvalid-offsetof
This Clang warning complains when offsetof is used on a non-standard-layout type (i.e. any class using various C++ features), even though it works fine (and is not undefined behavior as of C++17).merge-requests/60/head
parent
322349e8cc
commit
32f3b6b865
Loading…
Reference in New Issue