Re: [HACKERS] Warning in pg_backup_archiver.c

2014-02-21 Thread Stephen Frost
Michael, * Michael Paquier (michael.paqu...@gmail.com) wrote: > While compiling on clang, I noticed the following warning: > pg_backup_archiver.c:1950:32: warning: comparison of constant -1 with > expression of type 'ArchiveFormat' (aka 'enum _archiveFormat') is always > false > [-Wtautologi

[HACKERS] Warning in pg_backup_archiver.c

2014-02-20 Thread Michael Paquier
Hi, While compiling on clang, I noticed the following warning: pg_backup_archiver.c:1950:32: warning: comparison of constant -1 with expression of type 'ArchiveFormat' (aka 'enum _archiveFormat') is always false [-Wtautological-constant-out-of-range-compare] if ((AH->format =