libstrat: enable -Wextra, -Werror
This caught an embarrassingly large number of bugs.
This commit is contained in:
@@ -29,6 +29,7 @@ namespace ams::pwm::server {
|
||||
|
||||
Result ManagerImpl::OpenSessionForDev(ams::sf::Out<ams::sf::SharedPointer<pwm::sf::IChannelSession>> out, int channel) {
|
||||
/* TODO */
|
||||
AMS_UNUSED(out, channel);
|
||||
AMS_ABORT();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user