44a64a34bf
Remove '-Wno-class-memaccess' from cpp_args because clang don't support this option aubinator_viewer.cpp:1183:39: error: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct Context'; use assignment or value-initialization instead [-Werror=class-memaccess] 1183 | memset(&context, 0, sizeof(context)); Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18024>