mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
GPU (Linux): silences a warning in Release mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user