Commit 32f3b6b8 authored by comex's avatar comex
Browse files

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).
parent 322349e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment