mirror of
https://gitee.com/openharmony/ability_idl_tool
synced 2024-11-26 17:10:26 +00:00
Merge branch 'warning_20240828' of https://gitee.com/zzdpy/ability_idl_tool into warning_20240828
Signed-off-by: zhangjidong <zhangjidong8@huawei.com>
This commit is contained in:
commit
5cd1065cc6
@ -573,7 +573,7 @@ AutoPtr<ASTType> Parser::ParseType()
|
||||
|
||||
AutoPtr<ASTArrayType> arrayType = new ASTArrayType();
|
||||
if (arrayType == nullptr) {
|
||||
LogError(token, String("arrayType is nullptr.");
|
||||
LogError(token, String("arrayType is nullptr."));
|
||||
return nullptr;
|
||||
}
|
||||
arrayType->SetElementType(type);
|
||||
|
Loading…
Reference in New Issue
Block a user