From 77f2295b62513d77878c6f1726e0e86b807ed3c9 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 14 Oct 2015 10:53:55 -0400 Subject: [PATCH] cmake restore -Wbad-function-cast --- cmake/common/px4_base.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/common/px4_base.cmake b/cmake/common/px4_base.cmake index 9a0b17b7a2..6853b4f161 100644 --- a/cmake/common/px4_base.cmake +++ b/cmake/common/px4_base.cmake @@ -543,6 +543,7 @@ function(px4_add_common_flags) endif() set(c_warnings + -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs