Flare: add [[noreturn]] to bad_pipe_op()

This commit is contained in:
Max Kellermann 2020-02-21 20:42:08 +01:00
parent c9af57aff8
commit 3d44864c79

View file

@ -13,6 +13,7 @@ Flare::Flare()
{ {
} }
[[noreturn]]
static void bad_pipe_op(const char* which, bool signal_safe) static void bad_pipe_op(const char* which, bool signal_safe)
{ {
if ( signal_safe ) if ( signal_safe )