Commit b5217d69 authored by Peter Eisentraut's avatar Peter Eisentraut

Add noreturn attribute

per gcc -Wsuggest-attribute=noreturn
parent e7e3ac2d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment