提交 7a196bab 编写于 作者: T Tom Lane

Suppress gcc warnings.

上级 f5e83662
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.85 2003/01/23 23:39:01 petere Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.86 2003/01/24 21:53:29 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -491,9 +491,9 @@ acldefault(GrantObjectType objtype, AclId ownerid) ...@@ -491,9 +491,9 @@ acldefault(GrantObjectType objtype, AclId ownerid)
Acl * Acl *
aclinsert3(const Acl *old_acl, const AclItem *mod_aip, unsigned modechg, DropBehavior behavior) aclinsert3(const Acl *old_acl, const AclItem *mod_aip, unsigned modechg, DropBehavior behavior)
{ {
Acl *new_acl; Acl *new_acl = NULL;
AclItem *old_aip, AclItem *old_aip,
*new_aip; *new_aip = NULL;
int dst, int dst,
num; num;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册