]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Nov 2018 19:34:27 +0000 (21:34 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 19:34:27 +0000 (21:34 +0200)
commit1c607155c9e363489036ae6258b165a3fae75134
tree2bd1d2de1a6a4490840fb6658c4c33c0b11798b5
parentc57e6e2e52d5d8b4005753bed789d99ebe407fb6
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751)

Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts.
Objects/descrobject.c
Objects/typeobject.c