reorder compiler options to respect -Wno-sign-compare

-closes #3867
This commit is contained in:
Daniel Agar 2016-02-29 10:32:41 -05:00 committed by Lorenz Meier
parent 98a4dd6a4a
commit 5a167ea99d

View File

@ -492,8 +492,8 @@ function(px4_add_common_flags)
set(warnings
-Wall
-Werror
-Wno-sign-compare
-Wextra
-Wno-sign-compare
#-Wshadow # very verbose due to eigen
-Wfloat-equal
-Wpointer-arith