fix all sign-compare warnings

This commit is contained in:
Daniel Agar
2018-06-30 10:58:44 -04:00
committed by Lorenz Meier
parent cf74166801
commit 9ce83f2208
54 changed files with 106 additions and 129 deletions
-1
View File
@@ -53,7 +53,6 @@ endif()
# TODO: find a better way to do this
if (NOT "${CONFIG}" MATCHES "px4io")
px4_add_library(systemlib ${SRCS})
target_compile_options(systemlib PRIVATE -Wno-sign-compare)
else()
add_library(systemlib ${PX4_SOURCE_DIR}/src/platforms/empty.c)
add_dependencies(systemlib prebuild_targets)