Skip to content

Commit e7a1ed0

Browse files
committed
don't break on compiler warnings for cpputest, cause we aren't the maintainer of the project
1 parent ee809e8 commit e7a1ed0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CppUTest/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ INCLUDE_DIRS =\
1919

2020
CPPUTEST_LIB_DIR = lib
2121

22+
CPPUTEST_WARNINGFLAGS = ""
23+
2224
include $(CPPUTEST_HOME)/build/MakefileWorker.mk
2325

2426
#these are a sample of the other alternative flag settings

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ objs/base64.o:
5050
objs/tempodb.o:
5151
$(CC) -c -I include/tempodb -o objs/tempodb.o src/tempodb/tempodb.c
5252

53+
CppUTest/lib/libCppUTest.a:
54+
cd CppUTest && make lib/libCppUTest.a
55+
5356
include $(CPPUTEST_HOME)/build/MakefileWorker.mk

0 commit comments

Comments
 (0)