mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
解决编译器警告
This commit is contained in:
@ -53,7 +53,7 @@ struct bt_node_t *bt_create_node(struct bt_node_t *left, struct bt_node_t *right
|
||||
|
||||
return node;
|
||||
nomem:;
|
||||
return -ENOMEM;
|
||||
return (void*)-ENOMEM;
|
||||
}
|
||||
/**
|
||||
* @brief 插入结点
|
||||
|
Reference in New Issue
Block a user