mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
scripts/gcc-wrapper.py: ignore pseudo_files.c:715
fs/incfs/pseudo_files.c:715:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I229a33517fbe556abeac4e51b35a8ccd4e91f458
This commit is contained in:
parent
112e3d237a
commit
67f163f569
|
|
@ -38,6 +38,7 @@ import sys
|
|||
import subprocess
|
||||
|
||||
allowed_warnings = set([
|
||||
"pseudo_files.c:715", # fs/incfs/pseudo_files.c:715:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
||||
"km_apphint.c:230", # drivers/staging/imgtec/rogue/km_apphint.c:230:48: warning: division 'sizeof (void *) / sizeof (void)' does not compute the number of array elements [-Wsizeof-pointer-div]
|
||||
"file.c:3010", # fs/f2fs/file.c:3010:12: warning: 'f2fs_ioctl_check_project' defined but not used
|
||||
"configfs.c:1488", # drivers/usb/gadget/configfs.c:1488:12: warning: 'configfs_composite_setup' defined but not used
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user