File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
22
33SET (CMAKE_CXX_STANDARD 20)
4- SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wpedantic -Werror=pedantic -Wextra" )
4+ SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror - Wpedantic -Werror=pedantic -Wextra" )
55
66SET (PRJ_NAME "siguni" )
77project (${PRJ_NAME} )
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ namespace siguni::helper
6161 }
6262
6363 std::vector<std::string_view>
64- CSignalStrings::GetValueItems ( const std::string & attString,
65- const char attSplitCharacter )
64+ CSignalStrings::GetValueItems ( const std::string & /* attString*/ ,
65+ const char /* attSplitCharacter*/ )
6666 {
6767 std::vector<std::string_view> items;
6868 return items;
You can’t perform that action at this time.
0 commit comments