Skip to content

Commit c586962

Browse files
thugheskartben
authored andcommitted
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>
1 parent 72f820c commit c586962

File tree

1 file changed

+0
-3
lines changed
  • tests/kernel/gen_isr_table/src

1 file changed

+0
-3
lines changed

tests/kernel/gen_isr_table/src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,6 @@ static void *gen_isr_table_setup(void)
410410
{
411411
TC_PRINT("IRQ configuration (total lines %d):\n", CONFIG_NUM_IRQS);
412412

413-
#pragma GCC diagnostic push
414-
#pragma GCC diagnostic ignored "-Wunused-label"
415-
416413
return NULL;
417414
}
418415

0 commit comments

Comments
 (0)