You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO ../../examples/lighting-app/linux/third_party/connectedhomeip/src/platform/Linux/bluez/Helper.cpp:317:5: error: 'CHIP_BLUEZ_CHAR_WRITE_VALUE' is not defined, evaluates to 0 [-Werror,-Wundef]
INFO 317 | #if CHIP_BLUEZ_CHAR_WRITE_VALUE
INFO | ^
INFO ../../examples/lighting-app/linux/third_party/connectedhomeip/src/platform/Linux/bluez/Helper.cpp:1067:5: error: 'CHIP_BLUEZ_CENTRAL_SUPPORT' is not defined, evaluates to 0 [-Werror,-Wundef]
INFO 1067 | #if CHIP_BLUEZ_CENTRAL_SUPPORT
INFO | ^
INFO ../../examples/lighting-app/linux/third_party/connectedhomeip/src/platform/Linux/bluez/Helper.cpp:1326:5: error: 'CHIP_BLUEZ_NAME_MONITOR' is not defined, evaluates to 0 [-Werror,-Wundef]
INFO 1326 | #if CHIP_BLUEZ_NAME_MONITOR
INFO | ^
None of those three macros seem to be defined by anything anywhere.
Platform
raspi
Platform Version(s)
No response
Type
CI tested
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Reproduction steps
Enable
-Wundef
. https://github.com/project-chip/connectedhomeip/actions/runs/6419947060/job/17430924417?pr=29582None of those three macros seem to be defined by anything anywhere.
Platform
raspi
Platform Version(s)
No response
Type
CI tested
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: