ams: basic support for compiling with gcc 16
This commit is contained in:
@@ -185,7 +185,10 @@ namespace ams::svc::codegen::impl {
|
||||
/* Process all arguments, in order. */
|
||||
size_t i = 0;
|
||||
(layout.ProcessArgument<AbiType, ArgumentTypes>(i++, NGRN, NSAA), ...);
|
||||
|
||||
|
||||
/* TODO: Unused variable. */
|
||||
AMS_UNUSED(i);
|
||||
|
||||
return layout;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user