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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user