DeanSturtevant1 wrote: Just a note -- the gcc incompatibity noted above is due to the default for -Wformat being different between the two compilers. By default. Clang enables it, gcc disables it. https://github.com/llvm/llvm-project/pull/150962