Skip to content

Commit 7f4a7af

Browse files
committed
Silence compiler
1 parent bf9aa49 commit 7f4a7af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/pg_dump/compress_io.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ ParseCompressionOption(int compression, CompressionAlgorithm *alg, int *level)
6868
else if (compression == 0)
6969
*alg = COMPR_ALG_NONE;
7070
else
71+
{
7172
die_horribly(NULL, modulename, "Invalid compression code: %d\n",
7273
compression);
74+
*alg = COMPR_ALG_NONE; /* keep compiler quiet */
75+
}
7376

7477
/* The level is just the passed-in value. */
7578
if (level)

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