Skip to content

Commit 7a196ba

Browse files
committed
Suppress gcc warnings.
1 parent f5e8366 commit 7a196ba

File tree

1 file changed

+3
-3
lines changed
  • src/backend/utils/adt

1 file changed

+3
-3
lines changed

src/backend/utils/adt/acl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.85 2003/01/23 23:39:01 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.86 2003/01/24 21:53:29 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -491,9 +491,9 @@ acldefault(GrantObjectType objtype, AclId ownerid)
491491
Acl *
492492
aclinsert3(const Acl *old_acl, const AclItem *mod_aip, unsigned modechg, DropBehavior behavior)
493493
{
494-
Acl *new_acl;
494+
Acl *new_acl = NULL;
495495
AclItem *old_aip,
496-
*new_aip;
496+
*new_aip = NULL;
497497
int dst,
498498
num;
499499

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy