Skip to content
Commit f3a26163 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

tile: fix a -Wframe-larger-than warning



The warning occurs in setup.c, where it is known that it can't be
a problem, but it's still a good idea to silence the warning.
The onstack array is converted from an s32 to a u8, which still
is plenty of range for the values being managed there.

Signed-off-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
parent 5ac65abd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment