pgsql: Suppress possibly-uninitialized-variable warnings.

Started by Tom Laneover 8 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Suppress possibly-uninitialized-variable warnings.

Apparently, Peter's compiler has faith that the switch test values here
could never not be valid values of their enums. Mine does not, and
I tend to agree with it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96102a32a374c3b81ba9c2b24bcf1943a87a9ef6

Modified Files
--------------
src/backend/catalog/aclchk.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)