Fix misc-macro-parentheses warnings in DngCreator.

Bug: 28705665
Change-Id: Ia9b513411456b34b3e508793166ddb17e34dec13
This commit is contained in:
Chih-Hung Hsieh
2016-05-19 15:10:07 -07:00
parent 4bc3d32b15
commit 3c22e00fb9

View File

@@ -74,7 +74,7 @@ using namespace img_utils;
}
#define BAIL_IF_EMPTY_RET_NULL_SP(entry, jnienv, tagId, writer) \
if (entry.count == 0) { \
if ((entry).count == 0) { \
jniThrowExceptionFmt(jnienv, "java/lang/IllegalArgumentException", \
"Missing metadata fields for tag %s (%x)", (writer)->getTagName(tagId), (tagId)); \
return nullptr; \