13 incorporate asam osi utilities #25
Annotations
11 warnings and 2 notices
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L65
invalid case style for union 'addrconv'
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L74
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L75
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L76
do not use reinterpret_cast
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L76
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L87
invalid case style for union 'addrconv'
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L96
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L96
do not use reinterpret_cast
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L97
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L98
do not access members of unions; use (boost::)variant instead
|
Lint CPP:
src/OSMPTraceFilePlayer.cpp#L1
File src/OSMPTraceFilePlayer.cpp does not conform to Custom style guidelines. (lines 7, 48, 59, 156, 162, 168, 174, 204, 205, 212, 238, 245, 247, 251, 257, 263, 283, 379, 385, 403, 409)
|
Lint CPP:
src/OSMPTraceFilePlayer.h#L1
File src/OSMPTraceFilePlayer.h does not conform to Custom style guidelines. (lines 10, 73, 114, 148, 163, 170, 217, 223, 224, 225, 226, 227, 228)
|
Loading