summaryrefslogtreecommitdiff
path: root/test/root/permissions.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-03-02 12:54:47 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2016-03-02 12:59:28 +0100
commit5dac69ce914202c587f00da638123403111ca673 (patch)
tree26c70835feebf8ec099053af08ac610ec6e0d058 /test/root/permissions.test
parent6154283874a29bc7bcd4b089f12a038f41625dbc (diff)
downloadacl-5dac69ce914202c587f00da638123403111ca673.tar.gz
libacl: Ignore warning in parse_acl_entry()
In this function, we call int2ext() on a temporary object on the stack. When int2ext() checks for a NULL pointer, gcc's -Waddress warning points out that the address of the temporary object can never be NULL, which is correct but not helpful: warning: the address of 'entry_obj' will always evaluate as 'true' [-Waddress] Suppress this warning.
Diffstat (limited to 'test/root/permissions.test')
0 files changed, 0 insertions, 0 deletions