OSDN Git Service

vc4: Fix a -Wformat-security warning.
authorEric Anholt <eric@anholt.net>
Tue, 17 May 2016 21:06:39 +0000 (14:06 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 18 May 2016 01:07:39 +0000 (18:07 -0700)
commit24e7e3d3fcecc882c420e60e882675a8e32edce8
tree103ab97e1867d0cb1c49f4a22851c41fcdffc8a2
parent86f51d7958ab56e358da942ae46a04e305c78436
vc4: Fix a -Wformat-security warning.

This is apparently enabled as an error in Android builds, and the compiler
can't tell that the return value is safe.
src/gallium/drivers/vc4/vc4_qpu_disasm.c