kern: build with -Wextra
This commit is contained in:
@@ -61,7 +61,7 @@ namespace ams {
|
||||
private:
|
||||
TimeSpanType ts;
|
||||
public:
|
||||
constexpr ALWAYS_INLINE TimeSpan(ZeroTag z = nullptr) : ts(TimeSpanType::FromNanoSeconds(0)) { /* ... */ }
|
||||
constexpr ALWAYS_INLINE TimeSpan(ZeroTag z = nullptr) : ts(TimeSpanType::FromNanoSeconds(0)) { AMS_UNUSED(z); /* ... */ }
|
||||
constexpr ALWAYS_INLINE TimeSpan(const TimeSpanType &t) : ts(t) { /* ... */ }
|
||||
|
||||
template<typename R, typename P>
|
||||
|
||||
Reference in New Issue
Block a user