diff --git a/examples/libopenmpt_example_c_unsafe.c b/examples/libopenmpt_example_c_unsafe.c index 25e182d165c..7eccf8fe5b4 100644 --- a/examples/libopenmpt_example_c_unsafe.c +++ b/examples/libopenmpt_example_c_unsafe.c @@ -83,7 +83,7 @@ int main( int argc, char * argv[] ) { file = fopen( argv[1], "rb" ); #endif mod = openmpt_module_create2( openmpt_stream_get_file_callbacks2(), file, NULL, NULL, NULL, NULL, NULL, NULL, NULL ); -#if defined(__clang__) && defined(__clang_analyzer__) +#if defined( __clang__ ) && defined( __clang_analyzer__ ) [[clang::suppress]] #endif fclose( file );