mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Meta: Mark x86 debug register macros as false positives for CI
This commit is contained in:
parent
52e194c543
commit
969c73660b
1 changed files with 6 additions and 0 deletions
|
@ -187,5 +187,11 @@ set(LANGUAGE_SERVER_DEBUG ON)
|
||||||
# set(LOG_DEBUG ON)
|
# set(LOG_DEBUG ON)
|
||||||
# False positive: UHCI_USBCMD_SOFTWARE_DEBUG is a flag, but for a bitset, not a feature.
|
# False positive: UHCI_USBCMD_SOFTWARE_DEBUG is a flag, but for a bitset, not a feature.
|
||||||
# set(UHCI_USBCMD_SOFTWARE_DEBUG ON)
|
# set(UHCI_USBCMD_SOFTWARE_DEBUG ON)
|
||||||
|
# False positive: DEBUG_CONTROL_REGISTER represents a specification constant.
|
||||||
|
# set(DEBUG_CONTROL_REGISTER ON)
|
||||||
|
# False positive: DEBUG_STATUS_REGISTER represents a specification constant.
|
||||||
|
# set(DEBUG_STATUS_REGISTER ON)
|
||||||
|
# False positive: DEFINE_DEBUG_REGISTER is used to define read/write methods for debug registers.
|
||||||
|
# set(DEFINE_DEBUG_REGISTER ON)
|
||||||
# Clogs up build: The WrapperGenerator stuff is run at compile time.
|
# Clogs up build: The WrapperGenerator stuff is run at compile time.
|
||||||
# set(WRAPPER_GENERATOR_DEBUG ON)
|
# set(WRAPPER_GENERATOR_DEBUG ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue