File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ function(openrtm_common_set_compile_options target)
688
688
-Wstrict-null-sentinel
689
689
-Wstrict-overflow=5
690
690
$< $< VERSION_GREATER:${CMAKE_CXX_COMPILER_VERSION} ,6.9.9> : -Wstringop-overflow=4>
691
- $< $< VERSION_GREATER:${CMAKE_CXX_COMPILER_VERSION} ,12 .9.9> : -Wsuggest-attribute=cold>
691
+ $< $< VERSION_GREATER:${CMAKE_CXX_COMPILER_VERSION} ,13 .9.9> : -Wsuggest-attribute=cold>
692
692
-Wsuggest-attribute=format
693
693
$< $< VERSION_GREATER:${CMAKE_CXX_COMPILER_VERSION} ,7.9.9> : -Wsuggest-attribute=malloc>
694
694
$< $< VERSION_GREATER:${CMAKE_CXX_COMPILER_VERSION} ,4.9.9> : -Wsuggest-override>
Original file line number Diff line number Diff line change @@ -1228,7 +1228,7 @@ std::vector<coil::Properties> Manager::getLoadableModules()
1228
1228
1229
1229
for (auto const & itr : coil::split (m_config[" manager.preload.modules" ], " ," ))
1230
1230
{
1231
- std::string mpm_{coil::eraseBothEndsBlank (std::move ( itr) )};
1231
+ std::string mpm_{coil::eraseBothEndsBlank (itr)};
1232
1232
if (mpm_.empty ())
1233
1233
{
1234
1234
continue ;
You can’t perform that action at this time.
0 commit comments