libstrat: fix compilation without pre-compiled header/without lto
This commit is contained in:
@@ -25,6 +25,7 @@ namespace ams::fs::impl {
|
||||
}
|
||||
|
||||
static ALWAYS_INLINE void *operator new(size_t size, Newable *placement) noexcept {
|
||||
AMS_UNUSED(size);
|
||||
return placement;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user