From c8b3ed01a41c0215a4a33ce8468b162463129600 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 31 Mar 2025 19:16:50 -0400 Subject: Overall style change, small fixes - Tweak sink switch_to() order. Signed-off-by: Andrew Opalach --- src/cache/backings/file_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cache/backings') 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 -- cgit v1.2.3-101-g0448