diff options
| author | Benjamin Peterson <benjamin@python.org> | 2017-11-25 21:02:55 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-25 21:02:55 (GMT) |
| commit | cef88b9c15cf387cf6a39a387a6868883409df4f (patch) | |
| tree | 6a556d9fb8909aba526d700c861dfac01c755469 /Python/importlib_external.h | |
| parent | 76fdac4c9f53eb8433a54bd3daf9f5cc2e702a44 (diff) | |
| download | cpython-cef88b9c15cf387cf6a39a387a6868883409df4f.zip cpython-cef88b9c15cf387cf6a39a387a6868883409df4f.tar.gz cpython-cef88b9c15cf387cf6a39a387a6868883409df4f.tar.bz2 | |
mark fatal_error as noreturn (#4563)
clang can't figure out that fatal_error is noreturn itself and emits warnings:
../cpython/Python/pylifecycle.c:2116:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
}
^
../cpython/Python/pylifecycle.c:2125:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
}
^
Diffstat (limited to 'Python/importlib_external.h')
0 files changed, 0 insertions, 0 deletions
