GPU (Linux): silences a warning in Release mode

This commit is contained in:
Carter Li
2026-05-14 09:39:17 +08:00
parent 90d3b3d49f
commit 5c18c061b3
+1 -1
View File
@@ -189,7 +189,7 @@ static void closeDxgfd(void) {
}
}
static inline const char* ffDebugNtStatus(NTSTATUS status) {
FF_A_UNUSED static inline const char* ffDebugNtStatus(NTSTATUS status) {
return status < 0 ? strerror(-status) : "Success";
}
#endif