Skip to content

swr: Fix non-pod-varargs error.

Vinson Lee requested to merge vlee/mesa:fix-swr-non-pod-varargs into master

../src/gallium/drivers/swr/rasterizer/jitter/functionpasses/lower_x86.cpp:391:24: error: cannot pass object of non-trivial type 'std::string' (aka 'basic_string') through variadic function; call will abort at runtime [-Wnon-pod-varargs] pFunc->getName().str()); ^

Fixes: ff8265b6 ("gallium/swr: Fix llvm11 compilation issues") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports