Skip to content

Commit 962d24f

Browse files
committed
lib: uri.c silence warning on non-i386
1 parent d267f6b commit 962d24f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/lib/uri.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ struct file_handle *uri_open(char *uri, uint32_t type, bool allow_high_mem
430430
} else
431431
#endif
432432
{
433+
(void)new_is_high; /* Silence unused warning on non-i386. */
433434
memcpy(new_low, buf_low, buf_len);
434435
}
435436

0 commit comments

Comments
 (0)