diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_sratom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_sratom.c b/test/test_sratom.c index 6b54627..7e46ae5 100644 --- a/test/test_sratom.c +++ b/test/test_sratom.c @@ -69,8 +69,7 @@ urid_unmap(LV2_URID_Unmap_Handle handle, LV2_URID urid) return NULL; } -SRATOM_LOG_FUNC(1, 2) -static int +SRATOM_LOG_FUNC(1, 2) static int test_fail(const char* fmt, ...) { va_list args; // NOLINT(cppcoreguidelines-init-variables) |