summaryrefslogtreecommitdiff
path: root/src/table/tree_land.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2018-04-16 23:48:19 +0200
committerGitHub <noreply@github.com>2018-04-16 23:48:19 +0200
commit88be2413ce0f82859eec83e29ceed000756240f2 (patch)
treebb9014cb64968932c7029da4ba1b701ccc5ee130 /src/table/tree_land.h
parenta72117111e8cf7add8b3af38f53897e12ee89223 (diff)
downloadopenttd-88be2413ce0f82859eec83e29ceed000756240f2.tar.xz
Codechange #6729: mute bogus GCC 7 warning (#6733)
We do a memset of (byte - byte), which strictly seen ranges from -254 .. 255, for which GCC warns. But just before this memset is an if() which says the first byte has to be bigger than the second. So this is a bogus warning.
Diffstat (limited to 'src/table/tree_land.h')
0 files changed, 0 insertions, 0 deletions