mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user