From a63fc71a55038f49671eb56d0ade99a48ad8d7ab Mon Sep 17 00:00:00 2001 From: CismonX Date: Tue, 19 Aug 2025 08:05:45 +0800 Subject: tests: move struct size assertions into a test These checks are meant for libfuse maintainers only, and should not be exposed to users. Signed-off-by: CismonX --- meson.build | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f98ef8a..07c7295 100644 --- a/meson.build +++ b/meson.build @@ -59,7 +59,6 @@ include_default = ''' #include #include #include -#include /* For static_assert */ #include /* For pthread_setname_np */ ''' args_default = [ '-D_GNU_SOURCE' ] @@ -82,11 +81,6 @@ endforeach # Special case checks that need custom code special_funcs = { - 'static_assert': ''' - #include - static_assert(1, "test"); - int main(void) { return 0; } - ''', 'pthread_setname_np': ''' #include int main(void) { -- cgit v1.2.3