Skip to content
Snippets Groups Projects
Commit 400d3581 authored by Dean Camera's avatar Dean Camera
Browse files

Fix up broken module build tests.

parent b95848ab
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment