[issue45227] Control reaches end of non-void function in specialize.c

Serhiy Storchaka report at bugs.python.org
Fri Sep 17 01:57:31 EDT 2021


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

Python/specialize.c: In function ‘load_method_fail_kind’:
Python/specialize.c:878:1: warning: control reaches end of non-void function [-Wreturn-type]
  878 | }
      | ^

----------
components: Interpreter Core
messages: 402001
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Control reaches end of non-void function in specialize.c
type: compile error
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45227>
_______________________________________


More information about the Python-bugs-list mailing list