Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5217d6

Browse files
committed
Add noreturn attribute
per gcc -Wsuggest-attribute=noreturn
1 parente7e3ac2 commitb5217d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ parseQuery(Command *cmd, const char *raw_sql)
21982198
return true;
21992199
}
22002200

2201-
void
2201+
voidpg_attribute_noreturn()
22022202
syntax_error(constchar*source,constintlineno,
22032203
constchar*line,constchar*command,
22042204
constchar*msg,constchar*more,constintcolumn)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp