Files
openttd-android/src
Patric Stout 88be2413ce 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.
2018-04-16 23:48:19 +02:00
..
2017-08-20 21:04:21 +00:00
2018-04-16 23:25:46 +02:00
2017-08-20 21:04:21 +00:00
2018-04-08 11:47:26 +02:00
2018-04-08 11:47:26 +02:00
2015-03-15 12:19:58 +00:00