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:
parent
72f820cda3
commit
c586962b56
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue