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

Commitf15ace7

Browse files
committed
Fix compiler warning on Cygwin
bf68b79 introduced an unused variablecompiler warning on Cygwin.
1 parent17a28b0 commitf15ace7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/utils/misc/ps_status.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ save_ps_display_args(int argc, char **argv)
257257
void
258258
init_ps_display(constchar*fixed_part)
259259
{
260+
#ifndefPS_USE_NONE
260261
boolsave_update_process_title;
262+
#endif
261263

262264
Assert(fixed_part||MyBackendType);
263265
if (!fixed_part)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp