mirror of
https://github.com/Livox-SDK/livox_ros_driver.git
synced 2023-04-06 15:49:55 +08:00
style:covert source code to google style use clang-format
chore:delete -Werror compile option
This commit is contained in:
@@ -143,7 +143,7 @@ add_executable(${PROJECT_NAME}_node
|
||||
# precompile macro and compile option
|
||||
#---------------------------------------------------------------------------------------
|
||||
target_compile_options(${PROJECT_NAME}_node
|
||||
PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wall -Werror>
|
||||
PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wall>
|
||||
)
|
||||
|
||||
#---------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user