mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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;
|
||||
}
|
||||
|
||||
void
|
||||
void pg_attribute_noreturn()
|
||||
syntax_error(const char *source, const int lineno,
|
||||
const char *line, const char *command,
|
||||
const char *msg, const char *more, const int column)
|
||||
|
Reference in New Issue
Block a user