Add pps structure and parsing function (#3875) #99
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
server/WebApi.cpp#L1005
expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
|
ext-codec/SPSParser.c#L676
comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L813
comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L901
comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L1002
comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L1049
comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L1048
comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L1249
comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
|
ext-codec/SPSParser.c#L1310
variable 'k1' set but not used [-Wunused-but-set-variable]
|
ext-codec/SPSParser.c#L1366
comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
|
This job failed
Loading