diff options
author | Nicolai Hähnle <[email protected]> | 2016-03-23 11:58:28 -0500 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-03-24 12:23:14 -0500 |
commit | 7880b81d39e56f1d4b062519f087a053c01ee0e4 (patch) | |
tree | ccf4ceecfae879407fb0da9e97c60d7acf01f5e6 /src/mesa | |
parent | f96309753b7f5f4ea5e1942778087b3ace8eda9b (diff) |
radeonsi: silence a coverity warning
The following Coverity warning
5378 tmpl.fetch_args = atomic_fetch_args;
5379 tmpl.emit = atomic_emit;
>>> CID 1357115: Uninitialized variables (UNINIT)
>>> Using uninitialized value "tmpl". Field "tmpl.intr_name" is uninitialized.
5380 bld_base->op_actions[TGSI_OPCODE_ATOMUADD] = tmpl;
5381 bld_base->op_actions[TGSI_OPCODE_ATOMUADD].intr_name = "add";
... is a false positive, but what the hell. This change should "fix" it.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa')
0 files changed, 0 insertions, 0 deletions