Merge "Fix misc-macro-parentheses warnings in DngCreator."
am: d439efc361
* commit 'd439efc361535701f6d2d0b82cfa22b9d4a5898b':
Fix misc-macro-parentheses warnings in DngCreator.
Change-Id: I5fd1127ff3efde3b44ac6d358d48665f89d54e01
This commit is contained in:
@@ -74,7 +74,7 @@ using namespace img_utils;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define BAIL_IF_EMPTY_RET_NULL_SP(entry, jnienv, tagId, writer) \
|
#define BAIL_IF_EMPTY_RET_NULL_SP(entry, jnienv, tagId, writer) \
|
||||||
if (entry.count == 0) { \
|
if ((entry).count == 0) { \
|
||||||
jniThrowExceptionFmt(jnienv, "java/lang/IllegalArgumentException", \
|
jniThrowExceptionFmt(jnienv, "java/lang/IllegalArgumentException", \
|
||||||
"Missing metadata fields for tag %s (%x)", (writer)->getTagName(tagId), (tagId)); \
|
"Missing metadata fields for tag %s (%x)", (writer)->getTagName(tagId), (tagId)); \
|
||||||
return nullptr; \
|
return nullptr; \
|
||||||
|
|||||||
Reference in New Issue
Block a user