Skip to content

Commit 4ba1291

Browse files
committed
Fix clang-21 -Wignored-attributes
void __attribute__((unused)) never made any sense.
1 parent 4f7a5f7 commit 4ba1291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys/psi_noop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ static void set_thread_os_id_noop(PSI_thread *thread NNN)
223223
}
224224

225225
static PSI_thread*
226-
get_thread_noop(void NNN)
226+
get_thread_noop(void)
227227
{
228228
return NULL;
229229
}

0 commit comments

Comments
 (0)