]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
authorVictor Stinner <vstinner@redhat.com>
Fri, 15 Mar 2019 15:04:20 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 15:04:20 +0000 (16:04 +0100)
commite3f4070aee6f2d489416fdcafd51d6b04d661919
tree56af758ed8b5f8fd7d42c503f353bc09a3ce0387
parent625997622b4736e9184bdd8bf1e22a7b51be1afc
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)

The function has no return value.

Fix the following warning on Windows:

    python\ceval.c(180): warning C4098: 'PyEval_InitThreads':
    'void' function returning a value
Python/ceval.c