Open mattwilliamson opened 5 months ago
Do you have a way to reproduce this on an x86_64
system? I tried on Ubuntu 24.04 with CXX=clang++ cmake -B build -G Ninja
, which uses Clang 18.1.3
, without getting this error/warning. -Werror
is already set on GCC or clang.
I assume I must be using clang and
-Werror
is set, but probably should just initialize thetmp
vars.