Skip to content
Snippets Groups Projects
Commit 067bc406 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "Silence expandtypeattribute build-time warning." am: 969d8cc4

am: e5017318

Change-Id: I8fd310b4b3ba5da15826245b63276612cf5cbcfc
parents 4d168f1a e5017318
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,9 @@ class MiniCilParser:
self._parseTypeattribute(stmt)
elif re.match(r"typeattributeset\s+.+", stmt):
self._parseTypeattributeset(stmt)
elif re.match(r"expandtypeattribute\s+.+", stmt):
# To silence the build warnings.
pass
else:
m = re.match(r"(\w+)\s+.+", stmt)
ret = "Warning: Unknown statement type (" + m.group(1) + ") in "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment