Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b21f6918 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix misc-macro-parentheses warnings in DngCreator." am: d439efc3 am:...

Merge "Fix misc-macro-parentheses warnings in DngCreator." am: d439efc3 am: cfae35a4 am: 86f5b560
am: 1099ea59

* commit '1099ea59':
  Fix misc-macro-parentheses warnings in DngCreator.

Change-Id: I7ddd16cdf438ab53726ea546c86e6f9e9b6027ce
parents 688e2ffb 1099ea59
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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; \