WIP: AUTOLAND mode for Plane #18594
Triggered via pull request
November 29, 2024 02:27
Status
Failure
Total duration
13m 57s
Artifacts
–
Annotations
4 errors and 6 warnings
build (esp32buzz, 10)
format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Werror=format=]
|
build (esp32buzz, 10)
Process completed with exit code 1.
|
build (esp32s3empty, 10)
format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Werror=format=]
|
build (esp32s3empty, 10)
Process completed with exit code 1.
|
build (esp32buzz, 10)
comparison of integer expressions of different signedness: 'esp_cpu_cycle_count_t' {aka 'long unsigned int'} and 'int32_t' {aka 'long int'} [-Wsign-compare]
|
build (esp32buzz, 10)
#warning "This header file has been moved, thus `#include <freertos/xtensa_api.h>` is deprecated. Please use `#include <xtensa_api.h>` instead" [-Wcpp]
|
build (esp32buzz, 10)
#warning driver/periph_ctrl.h header is no longer used, and will be removed in future versions. [-Wcpp]
|
build (esp32s3empty, 10)
comparison of integer expressions of different signedness: 'esp_cpu_cycle_count_t' {aka 'long unsigned int'} and 'int32_t' {aka 'long int'} [-Wsign-compare]
|
build (esp32s3empty, 10)
#warning "This header file has been moved, thus `#include <freertos/xtensa_api.h>` is deprecated. Please use `#include <xtensa_api.h>` instead" [-Wcpp]
|
build (esp32s3empty, 10)
#warning driver/periph_ctrl.h header is no longer used, and will be removed in future versions. [-Wcpp]
|