1
0
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:
Peter Eisentraut
2015-09-13 18:47:56 -04:00
parent e7e3ac2d51
commit b5217d6968

View File

@ -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)