Skip to content

Commit ea62a4b

Browse files
authored
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
1 parent 015efdb commit ea62a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/thread_pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ do { \
134134
static pthread_condattr_t *condattr_monotonic = NULL;
135135

136136
static void
137-
init_condattr()
137+
init_condattr(void)
138138
{
139139
#ifdef CONDATTR_MONOTONIC
140140
static pthread_condattr_t ca;

0 commit comments

Comments
 (0)