diff options
author | Vinson Lee <vlee@vmware.com> | 2010-09-29 11:10:08 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-09-29 11:10:08 -0700 |
commit | 760d7c5d7d8e2c77866917853cab6b3c033815f6 (patch) | |
tree | e3f237194faf1f65c18295f5144606b87ade168e /src/gallium/drivers/r600/r600_draw.c | |
parent | aa62416ae17b707ce059e92197f719a6896d109c (diff) |
r300/compiler: Move declaration before code.
Fixes these GCC warnings with linux-x86 build.
radeon_emulate_branches.c: In function ‘handle_if’:
radeon_emulate_branches.c:65: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c:71: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c: In function ‘handle_else’:
radeon_emulate_branches.c:94: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c: In function ‘handle_endif’:
radeon_emulate_branches.c:201: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c: In function ‘fix_output_writes’:
radeon_emulate_branches.c:267: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c:284: warning: ISO C90 forbids mixed declarations and code
radeon_emulate_branches.c: In function ‘rc_emulate_branches’:
radeon_emulate_branches.c:307: warning: ISO C90 forbids mixed declarations and code
Diffstat (limited to 'src/gallium/drivers/r600/r600_draw.c')
0 files changed, 0 insertions, 0 deletions