From 5a167ea99d9fd77226fda99478e7a38cbae3ead1 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 29 Feb 2016 10:32:41 -0500 Subject: [PATCH] reorder compiler options to respect -Wno-sign-compare -closes #3867 --- cmake/common/px4_base.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/common/px4_base.cmake b/cmake/common/px4_base.cmake index 36072c185e..f10a475818 100644 --- a/cmake/common/px4_base.cmake +++ b/cmake/common/px4_base.cmake @@ -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