diff options
Diffstat (limited to 'src/cache/backings')
| -rw-r--r-- | src/cache/backings/file_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache/backings/file_common.h b/src/cache/backings/file_common.h index 98bd420..3f4ed3b 100644 --- a/src/cache/backings/file_common.h +++ b/src/cache/backings/file_common.h @@ -5,7 +5,7 @@ #include "file.h" -AL_UNUSED_FUNCTION_PUSH +AL_IGNORE_WARNING("-Wunused-function") static off_t file_backing_get_size_estimate(struct cch_backing *backing) { @@ -34,4 +34,4 @@ static bool file_open_internal(struct cch_backing_file *file, str *path, size_t return true; } -AL_UNUSED_FUNCTION_POP +AL_IGNORE_WARNING_END |