diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-11-15 13:22:44 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-11-15 13:22:44 +1100 |
commit | 400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50 (patch) | |
tree | f26d501c9e2489a37e4e7d8231ce396851ff1199 /BuildTests | |
parent | b95848ab36c25033e8932098b580efdf79435e03 (diff) | |
download | lufa-400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50.tar.gz lufa-400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50.tar.bz2 lufa-400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50.zip |
Fix up broken module build tests.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/ModuleTest/makefile.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.test b/BuildTests/ModuleTest/makefile.test index 6225ec093..785a10d2b 100644 --- a/BuildTests/ModuleTest/makefile.test +++ b/BuildTests/ModuleTest/makefile.test @@ -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 |