1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 14:25:07 +00:00
serenity/Kernel/Interrupts
Daniel Bertalan b97a00d4b1 Kernel: Add missing override specifiers
The `#pragma GCC diagnostic` part is needed because the class has
virtual methods with the same name but different arguments, and Clang
tries to warn us that we are not actually overriding anything with
these.

Weirdly enough, GCC does not seem to care.
2021-07-03 01:56:31 +04:30
..
APIC.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
APIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
GenericInterruptHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
InterruptManagement.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
InterruptManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAPIC.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
IOAPIC.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
IRQController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
IRQHandler.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
MSIHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
PIC.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
PIC.h Kernel: Add missing override specifiers 2021-07-03 01:56:31 +04:30
SharedIRQHandler.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
SharedIRQHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
SpuriousInterruptHandler.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
SpuriousInterruptHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
UnhandledInterruptHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
UnhandledInterruptHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00