Skip to content

Commit c310437

Browse files
committed
Suppress unused-variable compiler warning, per Andrew Dunstan.
1 parent 27a8310 commit c310437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/regress/pg_regress.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
14-
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.7 2006/07/20 02:10:00 tgl Exp $
14+
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.8 2006/07/20 02:15:17 tgl Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -63,7 +63,9 @@ static char *libdir = LIBDIR;
6363
static char *datadir = PGSHAREDIR;
6464
static char *host_platform = HOST_TUPLE;
6565
static char *makeprog = MAKEPROG;
66+
#ifndef WIN32 /* not used in WIN32 case */
6667
static char *shellprog = SHELLPROG;
68+
#endif
6769

6870
/* currently we can use the same diff switches on all platforms */
6971
static const char *basic_diff_opts = "-w";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy