From 1ad6e00234e990d44f2a9ca93bcc50696c4c530c Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Fri, 23 Jan 2015 07:16:07 +0100 Subject: re-enable warnings/errors --- makefiles/toolchain_gnu-arm-eabi.mk | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'makefiles/toolchain_gnu-arm-eabi.mk') diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk index d38ef645f..396980453 100644 --- a/makefiles/toolchain_gnu-arm-eabi.mk +++ b/makefiles/toolchain_gnu-arm-eabi.mk @@ -125,26 +125,26 @@ ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics # Generic warnings # -# ARCHWARNINGS = -Wall \ - # -Wextra \ - # -Werror \ - # -Wdouble-promotion \ - # -Wshadow \ - # -Wfloat-equal \ - # -Wframe-larger-than=1024 \ - # -Wpointer-arith \ - # -Wlogical-op \ - # -Wmissing-declarations \ - # -Wpacked \ - # -Wno-unused-parameter \ - # -Werror=format-security \ - # -Werror=array-bounds \ - # -Wfatal-errors \ - # -Wformat=1 \ - # -Werror=unused-but-set-variable \ - # -Werror=unused-variable \ - # -Werror=double-promotion \ - # -Werror=reorder +ARCHWARNINGS = -Wall \ + -Wextra \ + -Werror \ + -Wdouble-promotion \ + -Wshadow \ + -Wfloat-equal \ + -Wframe-larger-than=1024 \ + -Wpointer-arith \ + -Wlogical-op \ + -Wmissing-declarations \ + -Wpacked \ + -Wno-unused-parameter \ + -Werror=format-security \ + -Werror=array-bounds \ + -Wfatal-errors \ + -Wformat=1 \ + -Werror=unused-but-set-variable \ + -Werror=unused-variable \ + -Werror=double-promotion \ + -Werror=reorder # -Wcast-qual - generates spurious noreturn attribute warnings, try again later # -Wconversion - would be nice, but too many "risky-but-safe" conversions in the code # -Wcast-align - would help catch bad casts in some cases, but generates too many false positives -- cgit v1.2.3