Fix compiler warning on Cygwin

bf68b79e50 introduced an unused variable
compiler warning on Cygwin.
This commit is contained in:
Peter Eisentraut 2020-03-24 19:29:34 +01:00
parent 17a28b0364
commit f15ace7935
1 changed files with 2 additions and 0 deletions

View File

@ -257,7 +257,9 @@ save_ps_display_args(int argc, char **argv)
void
init_ps_display(const char *fixed_part)
{
#ifndef PS_USE_NONE
bool save_update_process_title;
#endif
Assert(fixed_part || MyBackendType);
if (!fixed_part)