libstrat: fix compilation without pre-compiled header/without lto
This commit is contained in:
@@ -790,6 +790,7 @@ namespace ams::sf::impl {
|
||||
|
||||
virtual Result GetInObjects(cmif::ServiceObjectHolder *in_objects) const override final {
|
||||
/* By default, InObjects aren't supported. */
|
||||
AMS_UNUSED(in_objects);
|
||||
return sf::ResultNotSupported();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user