diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-04-01 19:04:47 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2012-04-13 14:25:12 +0000 |
commit | dd32df3829317105adbfacc7fe7b1d2a2dc96a58 (patch) | |
tree | a3f46a349d610842b8b59781ebc84fa80071d9ea /Makefile | |
parent | 52d021d4d785a4567b9e73ef89e74a295e8cfed9 (diff) |
i965: fix typo
Noticed by clang:
brw_wm_surface_state.c:330:30: warning: initializer overrides prior
initialization of this subobject [-Winitializer-overrides]
[MESA_FORMAT_Z24_S8] = 0,
^
brw_wm_surface_state.c:326:30: note: previous initialization is here
[MESA_FORMAT_Z24_S8] = 0,
^
No functionality change, since the array is declared static so
it was zero-initialized by default.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions