Merge "Make the appropriate cast to protect from mingw."

This commit is contained in:
Dan Albert
2016-01-15 20:41:23 +00:00
committed by Gerrit Code Review

View File

@@ -2107,7 +2107,7 @@ static status_t writeResourceLoadedCallbackForLayoutClasses(
indentStr); indentStr);
} }
return hasErrors ? UNKNOWN_ERROR : NO_ERROR; return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
} }
static status_t writeResourceLoadedCallback( static status_t writeResourceLoadedCallback(