style:covert source code to google style use clang-format

chore:delete -Werror compile option
This commit is contained in:
Livox-SDK
2020-03-20 16:00:02 +08:00
parent ab5cb67419
commit e1ae882b39
73 changed files with 18553 additions and 16480 deletions

View File

@@ -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>
)
#---------------------------------------------------------------------------------------