Don't complain about initializing statics

This error is specific to the way the Linux kernel handles statics.
It does not apply to userspace programs.
This commit is contained in:
dbrotz
2019-08-29 22:48:16 -07:00
parent e05199ca1e
commit 461ef6cea5

View File

@@ -70,3 +70,6 @@
# Don't complain when bools are used in structs
--ignore BOOL_MEMBER
# Don't complain about initializing statics (this is specific to the kernel)
--ignore INITIALISED_STATIC