diff options
author | Byoungchan Lee <thisisbclee@gmail.com> | 2020-12-16 06:39:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 22:39:51 +0100 |
commit | 0471de2d9220a415d9183a22765e40b65e4ef2c4 (patch) | |
tree | dd6a689616f0ee913d8de69106d6d990d874f866 /src/station_gui.h | |
parent | 1d85d71d29b8d554e9304f3feb6c26f8b9faea82 (diff) | |
download | openttd-0471de2d9220a415d9183a22765e40b65e4ef2c4.tar.xz |
Fix: Remove unnessary reference to suppress warning (#8337)
Apple Clang version 12 (bundled with Xcode 12) complaints about copying
small objects in range loop (-Wrange-loop-analysis introduced by -Wall).
This warning can be easily avoided by removing the reference from
the const pointer type.
Diffstat (limited to 'src/station_gui.h')
0 files changed, 0 insertions, 0 deletions