S3_0 rscompat dead 'auto_perf' assignment
I think this clang analyzer warning is S3_0-only:
../../../src/server/rscompat.c:411:5: warning: Value stored to 'auto_perf' is never read [deadcode.DeadStores] auto_perf = action_auto_perf_slot_number(ACTION_AUTO_UPKEEP_GOLD);
S3_0 only.
I think this clang analyzer warning is S3_0-only:
../../../src/server/rscompat.c:411:5: warning: Value stored to 'auto_perf' is never read [deadcode.DeadStores]
auto_perf = action_auto_perf_slot_number(ACTION_AUTO_UPKEEP_GOLD);