Skip to content

Commit bde9b72

Browse files
benjaminpshihai1991
authored andcommitted
Fix -Wstrict-prototypes warning in thread_pthread.h. (pythonGH-21477)
1 parent f25bfa2 commit bde9b72

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)