zephyr/tests/kernel/interrupt/src
Kumar Gala 99fee43f07 tests: interrupt: Fix armclang compiler warning
When building this test with the armclang compiler we get the following
warning:

tests/kernel/interrupt/src/dynamic_isr.c
tests/kernel/interrupt/src/dynamic_isr.c:23:32: error: 'used' attribute
ignored on a non-definition declaration [-Werror,-Wignored-attributes]

extern struct _isr_table_entry __sw_isr_table _sw_isr_table[];
                               ^
There is no need to add the __sw_isr_table on the extern, so remove it
to address the warning.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-11 09:35:42 +02:00
..
dynamic_isr.c tests: interrupt: Fix armclang compiler warning 2023-04-11 09:35:42 +02:00
interrupt_offload.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
nested_irq.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
prevent_irq.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
regular_isr.c tests: kernel: interrupt: workaround qemu_x86 interrupt issue 2023-02-21 16:17:20 -05:00