Codechange: Silence warnings about intentionally unused parameters.
This commit is contained in:
@@ -32,7 +32,7 @@ struct RailTypeScopeResolver : public ScopeResolver {
|
||||
}
|
||||
|
||||
uint32_t GetRandomBits() const override;
|
||||
uint32_t GetVariable(byte variable, uint32_t parameter, bool *available) const override;
|
||||
uint32_t GetVariable(byte variable, [[maybe_unused]] uint32_t parameter, bool *available) const override;
|
||||
};
|
||||
|
||||
/** Resolver object for rail types. */
|
||||
|
Reference in New Issue
Block a user