Skip to content

Commit 7e48b11

Browse files
committed
Fix warning.
1 parent 230ad1a commit 7e48b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jrd/err_proto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ void ERR_bugcheck_msg(const TEXT*);
5353
void ERR_soft_bugcheck(int, const TEXT*, int);
5454
void ERR_corrupt(int);
5555
void ERR_error(int);
56-
[[noreturn]] void ERR_post(const Firebird::Arg::StatusVector& v);
56+
[[noreturn]] void ERR_post(const Firebird::Arg::StatusVector& v);
5757
void ERR_post_nothrow(const Firebird::Arg::StatusVector& v, Jrd::FbStatusVector* statusVector = NULL);
5858
void ERR_post_nothrow(const Firebird::IStatus* v, Jrd::FbStatusVector* statusVector = NULL);
59-
void ERR_punt();
59+
[[noreturn]] void ERR_punt();
6060
void ERR_warning(const Firebird::Arg::StatusVector& v);
6161
void ERR_log(int, int, const TEXT*);
6262
void ERR_append_status(Jrd::FbStatusVector*, const Firebird::Arg::StatusVector& v);

0 commit comments

Comments
 (0)