diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-10 15:39:39 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-11 15:36:06 -0800 |
commit | a1551b78e9ac0e2075ca241c0e8ae361758f26b4 (patch) | |
tree | bd7ef463c0f58e40698af91c69bd4f2a19a84320 /listing.c | |
parent | e4e821d5083072e796d6489ddcacf895a43c66f1 (diff) |
Replace && with & for bitwise comparison
Clears up gcc warning:
keytypes.c: In function ‘SetPreserve’:
keytypes.c:757:26: warning: promoted ~unsigned is always non-zero
[-Wsign-compare]
|| (new.preVMods && (~new.indexVMods)))
^~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'listing.c')
0 files changed, 0 insertions, 0 deletions