Fix -Waddress (and expand tabs)
The expansion of the macro resulted in: "the comparison will always evaluate as 'true' for the address of .."
This commit is contained in:
parent
8ea3a14cd6
commit
b00ddcfe1c
@ -557,7 +557,7 @@ typedef struct _aafData {
|
||||
|
||||
#define aafUIDCmp(auid1, auid2) \
|
||||
((auid1) != NULL && \
|
||||
((auid2)) != NULL && \
|
||||
(auid2) != NULL && \
|
||||
(auid1)->Data1 == (auid2)->Data1 && \
|
||||
(auid1)->Data2 == (auid2)->Data2 && \
|
||||
(auid1)->Data3 == (auid2)->Data3 && \
|
||||
|
Loading…
Reference in New Issue
Block a user