mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Silence compiler warning.
This commit is contained in:
@@ -1199,7 +1199,8 @@ char* ReadStr(ArchiveHandle* AH)
|
||||
return buf;
|
||||
}
|
||||
|
||||
int _discoverArchiveFormat(ArchiveHandle* AH)
|
||||
static int
|
||||
_discoverArchiveFormat(ArchiveHandle* AH)
|
||||
{
|
||||
FILE *fh;
|
||||
char sig[6]; /* More than enough */
|
||||
|
Reference in New Issue
Block a user