X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/161263af475a9f1ea4ded0a6ee2858281ffc5624..e952f681dbda9e8568206281bf588f3455924a20:/BuildTests/ModuleTest/makefile.test diff --git a/BuildTests/ModuleTest/makefile.test b/BuildTests/ModuleTest/makefile.test index 1307d5e37..785a10d2b 100644 --- a/BuildTests/ModuleTest/makefile.test +++ b/BuildTests/ModuleTest/makefile.test @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2014. +# Copyright (C) Dean Camera, 2015. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -75,7 +75,7 @@ ifneq ($(ARCH), UC3) endif # Only check C++ compatibility on the build files, to ensure headers are C++ compatible -Test_C.c Test_CPP.c: CC_FLAGS += -Wc++-compat +Test_C.c Test_CPP.cpp: CC_FLAGS += -Wc++-compat # Potential additional warnings to enable in the future (FIXME) #CC_FLAGS += -Wcast-qual