mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Fix the build for GCC
This commit is contained in:
@@ -866,7 +866,10 @@ int32_t scenario_save(const utf8* path, int32_t flags)
|
||||
class ParkFileImporter : public IParkImporter
|
||||
{
|
||||
private:
|
||||
[[maybe_unused]] const IObjectRepository& _objectRepository;
|
||||
#ifdef __clang__
|
||||
[[maybe_unused]]
|
||||
#endif
|
||||
const IObjectRepository& _objectRepository;
|
||||
std::unique_ptr<OpenRCT2::ParkFile> _parkFile;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user