mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add noreturn attribute
per gcc -Wsuggest-attribute=noreturn
This commit is contained in:
@ -2198,7 +2198,7 @@ parseQuery(Command *cmd, const char *raw_sql)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void pg_attribute_noreturn()
|
||||||
syntax_error(const char *source, const int lineno,
|
syntax_error(const char *source, const int lineno,
|
||||||
const char *line, const char *command,
|
const char *line, const char *command,
|
||||||
const char *msg, const char *more, const int column)
|
const char *msg, const char *more, const int column)
|
||||||
|
Reference in New Issue
Block a user