jfclere commented on PR #3307: URL: https://github.com/apache/mynewt-core/pull/3307#issuecomment-2338065898
repos/apache-mynewt-core/hw/drivers/sensors/bme280/src/bme280.c:903:13: error: unused variable 'buf' [-Werror=unused-variable] 903 | uint8_t buf[len + 1]; | ^~~ cc1: all warnings being treated as errors Fix move the definition inside the #if MYNEWT_VAL(BUS_DRIVER_PRESENT) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org