mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Common: silences compiler warnings
This commit is contained in:
@@ -33,6 +33,7 @@ static inline size_t ffMallocUsableSize(const void* ptr)
|
||||
#elif FF_HAVE_MSVC_MSIZE
|
||||
return _msize((void*) ptr);
|
||||
#else
|
||||
(void) ptr;
|
||||
return 0; // Not supported
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user