Skip to content

Commit

Permalink
cxxtest compilation issues (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
guykatzz authored Oct 25, 2018
1 parent 24c831d commit 02b98f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ endif

ifneq ($(TEST_TARGET),)

CXXFLAGS += \
-Wno-ignored-qualifiers \

CFLAGS += \
-Wno-ignored-qualifiers \

ifeq ($(COMPILER),g++)
GPPVERSION = $(shell $(COMPILE) --version | grep ^g++ | sed 's/^.* //g')
GPPVERSION_MAJOR = $(shell echo $(GPPVERSION) | cut -f1 -d.)
Expand Down

0 comments on commit 02b98f0

Please sign in to comment.