mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 12:39:49 -06:00
Remove warnings on MSVC
This commit is contained in:
@@ -112,7 +112,7 @@ nlohmann::json MissionTopic::createPhaseJson(const MissionPhase& phase) const {
|
||||
return phaseJson;
|
||||
}
|
||||
|
||||
void MissionTopic::handleJson(const nlohmann::json& input) {
|
||||
void MissionTopic::handleJson(const nlohmann::json&) {
|
||||
nlohmann::json data = { {"missions", missionJson()} };
|
||||
_connection->sendJson(wrappedPayload(data));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user