aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-12-07 19:30:29 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-12-07 20:26:08 +0100
commitc61d0e178f1dcdb058ff46b23918bb9cbc06f54d (patch)
treeaa30fc9322bc5f306968887407339fa5b4a4f841 /Makefile
parent9d43a676dca9c9b77016cf01ac2b348bb254d528 (diff)
Removing code coverage for unreachable code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 00fa92171d..537f20b97b 100644
--- a/Makefile
+++ b/Makefile
@@ -189,9 +189,9 @@ CC_gcov = gcc
CXX_gcov = g++
LD_gcov = gcc
LDXX_gcov = g++
-CPPFLAGS_gcov = -O0 -fprofile-arcs -ftest-coverage
+CPPFLAGS_gcov = -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
LDFLAGS_gcov = -fprofile-arcs -ftest-coverage -rdynamic
-DEFINES_gcov = _DEBUG DEBUG
+DEFINES_gcov = _DEBUG DEBUG GCOV
# General settings.