aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-04 13:21:08 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2020-01-08 00:17:29 +0100
commit2b2de9930cfe05a210ecaac9f8f12e96e3d383b8 (patch)
tree3c79d709aed863df26217cea753ef419b02e4b6a
parent9bf2d1243b3a2a95d6bfc4b2f2fb437e87ad7168 (diff)
cmake: Remove build warnings
Remove unused flag with C++. Bug-AGL: SPEC-2988 Change-Id: I85376914f64b9dfe9015a6439185ad6a53cdb117 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 30d2b467..0f678433 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -125,7 +125,6 @@ set(COMPILE_OPTIONS
-Wno-sign-compare
-Wno-sign-conversion
-Werror=maybe-uninitialized
- -Werror=implicit-function-declaration
-ffunction-sections
-fdata-sections
-fPIC