Skip to content

Commit 1b6dabc

Browse files
committed
Avoid compiler warning when building without zlib
1 parent 5e1365a commit 1b6dabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_dump/compress_io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ cfopen_write(const char *path, const char *mode, int compression)
535535
free(fname);
536536
#else
537537
die_horribly(NULL, modulename, "not built with zlib support\n");
538+
fp = NULL; /* keep compiler quiet */
538539
#endif
539540
}
540541
return fp;

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