Browse Source

Fix clang-21 -Wignored-attributes

void __attribute__((unused)) never made any sense.
pull/4195/head
Marko Mäkelä 2 months ago
parent
commit
4ba12910fc
  1. 2
      mysys/psi_noop.c

2
mysys/psi_noop.c

@ -223,7 +223,7 @@ static void set_thread_os_id_noop(PSI_thread *thread NNN)
}
static PSI_thread*
get_thread_noop(void NNN)
get_thread_noop(void)
{
return NULL;
}

Loading…
Cancel
Save