mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Flare: add [[noreturn]] to bad_pipe_op()
This commit is contained in:
parent
c9af57aff8
commit
3d44864c79
1 changed files with 1 additions and 0 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue