rk: clang-wrapper.py ignore atags_to_fdt.c:129

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Icbfa48cfd16e9eacd6780032954d5f7e3f016aad
This commit is contained in:
Tao Huang
2021-07-27 17:19:42 +08:00
parent 8a169769bb
commit 53bbaaab0f

View File

@@ -38,7 +38,7 @@ import sys
import subprocess
allowed_warnings = set([
"atags_to_fdt.c:109", # arch/arm/boot/compressed/atags_to_fdt.c:109:5: warning: stack frame size of 4416 bytes in function 'atags_to_fdt' [-Wframe-larger-than=]
"atags_to_fdt.c:129", # arch/arm/boot/compressed/atags_to_fdt.c:129:5: warning: stack frame size of 2368 bytes in function 'atags_to_fdt' [-Wframe-larger-than=]
"file.c:3010", # fs/f2fs/file.c:3010:12: warning: unused function 'f2fs_ioctl_check_project'
"configfs.c:1488", # drivers/usb/gadget/configfs.c:1488:12: warning: unused function 'configfs_composite_setup'
"configfs.c:1513", # drivers/usb/gadget/configfs.c:1513:13: warning: unused function 'configfs_composite_disconnect'