Bug 45 - fix some warnings with allnoconfig
Summary: fix some warnings with allnoconfig
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: v1.0.1
Hardware: All Mac OS
: P1-Urgent S1-blocker
Target Milestone: ---
Assignee: CruzZhao
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-17 14:48 UTC by 福兵
Modified: 2022-05-13 17:15 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CruzZhao alibaba_cloud_group 2021-12-07 16:33:42 UTC
With allnoconfig, there will be some warnings during compile:
kernel/sched/fair.c:955:1: warning: 'id_update_make_up' defined but not used [Wunused-function]
 id_update_make_up(struct task_group *tg, struct rq *rq, struct cfs_rq *cfs_rq,
 ^
kernel/sched/fair.c:1008:1: warning: 'id_commit_make_up' defined but not used [Wunused-function]
 id_commit_make_up(struct rq *rq, bool commit)
 ^
kernel/sched/fair.c:1724:1: warning: 'id_can_migrate_task' defined but not used [Wunused-function]
 id_can_migrate_task(struct task_struct *p, struct rq *src_rq, struct rq  *dst_rq)
 ^
Comment 1 福兵 admin 2021-12-17 14:48:48 UTC
福堵塞