mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Avoid compiler warning when building without zlib
This commit is contained in:
@ -535,6 +535,7 @@ cfopen_write(const char *path, const char *mode, int compression)
|
||||
free(fname);
|
||||
#else
|
||||
die_horribly(NULL, modulename, "not built with zlib support\n");
|
||||
fp = NULL; /* keep compiler quiet */
|
||||
#endif
|
||||
}
|
||||
return fp;
|
||||
|
Reference in New Issue
Block a user