We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d267f6b commit 962d24fCopy full SHA for 962d24f
1 file changed
common/lib/uri.c
@@ -430,6 +430,7 @@ struct file_handle *uri_open(char *uri, uint32_t type, bool allow_high_mem
430
} else
431
#endif
432
{
433
+ (void)new_is_high; /* Silence unused warning on non-i386. */
434
memcpy(new_low, buf_low, buf_len);
435
}
436
0 commit comments