Added maybe_unused

This commit is contained in:
David Marcec 2018-11-10 18:07:34 +11:00
parent c1282d3b75
commit 86b1318f42
2 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#pragma once
#include <array>
#include "common/common_funcs.h"
#include "core/hle/service/service.h"
namespace Service::Time {