Fix compiler warning on Cygwin
bf68b79e50e3359accc85c94fa23cc03abb9350a introduced an unused variable compiler warning on Cygwin.
This commit is contained in:
parent
17a28b0364
commit
f15ace7935
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user