fix build with updated ros container, clangd fixes #94
Annotations
7 errors
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L43
clang-tidy: variable 'guard_condition_options' of type 'rcl_guard_condition_options_t' (aka 'rcl_guard_condition_options_s') can be declared 'const' (misc-const-correctness)
|
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L77
clang-tidy: use nullptr (modernize-use-nullptr)
|
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L92
clang-tidy: variable 'lock' of type 'std::lock_guard<std::mutex>' can be declared 'const' (misc-const-correctness)
|
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L125
clang-tidy: variable 'lock' of type 'std::lock_guard<std::mutex>' can be declared 'const' (misc-const-correctness)
|
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L137
clang-tidy: variable 'lock' of type 'std::lock_guard<std::mutex>' can be declared 'const' (misc-const-correctness)
|
Run asarium/[email protected]:
../../../colcon_ws/src/fuse/fuse_core/src/callback_wrapper.cpp#L149
clang-tidy: variable 'lock' of type 'std::lock_guard<std::mutex>' can be declared 'const' (misc-const-correctness)
|
Run asarium/[email protected]
Found 6 clang-tidy issues
|
Loading