format: Fix unused parameter warning

This commit is contained in:
Alexis Engelke
2022-01-06 09:56:01 +01:00
parent 38a7a5f075
commit f9a773c619

View File

@@ -127,6 +127,7 @@ fd_strpcatreg(char* restrict dst, unsigned rt, unsigned ri, unsigned size) {
const char*
fdi_name(FdInstrType ty) {
(void) ty;
return "(invalid)";
}