Bug 60 - ANCK-5.10 defconfig compile warning
Summary: ANCK-5.10 defconfig compile warning
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: general/others (show other bugs) general/others
Version: unspecified
Hardware: x86_64 Linux
: P4-Low S4-trivial
Target Milestone: ---
Assignee: CruzZhao
QA Contact: qingming2021
URL:
Whiteboard:
Keywords: Bugfix
Depends on:
Blocks:
 
Reported: 2021-12-10 09:42 UTC by Shiloong
Modified: 2022-03-23 12:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shiloong admin 2021-12-10 09:42:18 UTC
reproduce commandline:
```
make distclean && make defconfig && make -j $(nproc) -s && make -j $(nproc) modules -s
```

compile warning:
```
kernel/sysctl.c:111:22: warning: ‘penalty_extra_delay_max’ defined but not used [-Wunused-variable]
 static unsigned long penalty_extra_delay_max = HZ;
                      ^~~~~~~~~~~~~~~~~~~~~~~
```
Comment 1 Shiloong admin 2021-12-31 14:39:49 UTC
@ab
Comment 2 Shiloong admin 2021-12-31 14:41:04 UTC
代码已经合并