mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +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);
|
free(fname);
|
||||||
#else
|
#else
|
||||||
die_horribly(NULL, modulename, "not built with zlib support\n");
|
die_horribly(NULL, modulename, "not built with zlib support\n");
|
||||||
|
fp = NULL; /* keep compiler quiet */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
return fp;
|
return fp;
|
||||||
|
Reference in New Issue
Block a user