Darknet Continuous Integration #1362
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/yolo_v2_class.cpp#L439
comparison of integer expressions of different signedness: 'std::deque<std::vector<bbox_t> >::size_type' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
|
src/yolo_v2_class.cpp#L454
comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]
|
src/yolo_v2_class.cpp#L478
comparison of integer expressions of different signedness: 'std::deque<std::vector<bbox_t> >::size_type' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
|
src/activations.c#L79
enumeration value 'RELU6' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'SWISH' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'MISH' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'HARD_MISH' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'NORM_CHAN' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'NORM_CHAN_SOFTMAX' not handled in switch [-Wswitch]
|
src/activations.c#L79
enumeration value 'NORM_CHAN_SOFTMAX_MAXVAL' not handled in switch [-Wswitch]
|
The logs for this run have expired and are no longer available.
Loading