mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Fix up broken module build tests.
This commit is contained in:
parent
b95848ab36
commit
400d3581ca
@ -75,7 +75,7 @@ ifneq ($(ARCH), UC3)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Only check C++ compatibility on the build files, to ensure headers are C++ compatible
|
# 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)
|
# Potential additional warnings to enable in the future (FIXME)
|
||||||
#CC_FLAGS += -Wcast-qual
|
#CC_FLAGS += -Wcast-qual
|
||||||
|
Loading…
Reference in New Issue
Block a user