mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Fix clang errors
This commit is contained in:
@@ -866,7 +866,7 @@ int32_t scenario_save(const utf8* path, int32_t flags)
|
||||
class ParkFileImporter : public IParkImporter
|
||||
{
|
||||
private:
|
||||
const IObjectRepository& _objectRepository;
|
||||
[[maybe_unused]] const IObjectRepository& _objectRepository;
|
||||
std::unique_ptr<OpenRCT2::ParkFile> _parkFile;
|
||||
|
||||
public:
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "Crypt.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
|
||||
Reference in New Issue
Block a user