mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Silence compiler
This commit is contained in:
@ -68,8 +68,11 @@ ParseCompressionOption(int compression, CompressionAlgorithm *alg, int *level)
|
||||
else if (compression == 0)
|
||||
*alg = COMPR_ALG_NONE;
|
||||
else
|
||||
{
|
||||
die_horribly(NULL, modulename, "Invalid compression code: %d\n",
|
||||
compression);
|
||||
*alg = COMPR_ALG_NONE; /* keep compiler quiet */
|
||||
}
|
||||
|
||||
/* The level is just the passed-in value. */
|
||||
if (level)
|
||||
|
Reference in New Issue
Block a user