Skip to content

freedreno: fix string formatting warning

Mark Janes requested to merge majanes/mesa:freedreno_format into master

-Wformat-security throws a warning when a variable is passed as a string format with no other arguments.

This particular warning was missed on pre-merge tests because the -O2 flag optimizes away the constant format string variable.

Fixes: c9c1e261 "mesa: prevent common string formatting security issues"

Merge request reports