mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Mark x86 debug register macros as false positives for CI
This commit is contained in:
parent
52e194c543
commit
969c73660b
Notes:
sideshowbarker
2024-07-18 19:26:32 +09:00
Author: https://github.com/FalseHonesty Commit: https://github.com/SerenityOS/serenity/commit/969c73660b8 Pull-request: https://github.com/SerenityOS/serenity/pull/6353 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 6 additions and 0 deletions
|
@ -187,5 +187,11 @@ set(LANGUAGE_SERVER_DEBUG ON)
|
|||
# set(LOG_DEBUG ON)
|
||||
# False positive: UHCI_USBCMD_SOFTWARE_DEBUG is a flag, but for a bitset, not a feature.
|
||||
# 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.
|
||||
# set(WRAPPER_GENERATOR_DEBUG ON)
|
||||
|
|
Loading…
Reference in a new issue