tests: kernel: gen_isr_table: Re-enable warning

This warning doesn't appear to be needed anymore and CI passes with it
removed.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
This commit is contained in:
Tom Hughes 2025-02-03 11:45:51 -08:00 committed by Benjamin Cabé
commit c586962b56

View file

@ -410,9 +410,6 @@ static void *gen_isr_table_setup(void)
{ {
TC_PRINT("IRQ configuration (total lines %d):\n", CONFIG_NUM_IRQS); TC_PRINT("IRQ configuration (total lines %d):\n", CONFIG_NUM_IRQS);
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-label"
return NULL; return NULL;
} }