diff options
author | Andrii Simiklit <[email protected]> | 2018-11-13 14:19:28 +0200 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-11-14 13:35:28 +0000 |
commit | 69ee49ac4678a60e2ae762b9f7752e61d27347c6 (patch) | |
tree | fb5c55748b2693d79701f5a4a0433133165fb395 /include/c99_alloca.h | |
parent | 25b48e3df93dee3aed4b7fbf5b542aa500555ee2 (diff) |
intel/tools: avoid 'unused variable' warnings
1. tools/aub_read.c:271:31: warning: unused variable ‘end’
const uint32_t *p = data, *end = data + data_len, *next;
2. tools/aub_mem.c:292:13: warning: unused variable ‘res’
void *res = mmap((uint8_t *)bo.map + map_offset, 4096, PROT_READ,
tools/aub_mem.c:357:13: warning: unused variable ‘res’
void *res = mmap((uint8_t *)bo.map + (page - bo.addr), 4096, PROT_READ,
v2: The i965_disasm.c changes was moved into a separate patch
The 'end' variable declared separately with MAYBE_UNUSED
to avoid effect of it to other variables.
( Eric Engestrom <[email protected]> )
Signed-off-by: Andrii Simiklit <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'include/c99_alloca.h')
0 files changed, 0 insertions, 0 deletions