X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bbe7c77b9125194a005847e4dc274af05eb90ae7..e39f3378a21ae5076e8c49bc728c20e436e3a69f:/BuildTests/ModuleTest/makefile.uc3 diff --git a/BuildTests/ModuleTest/makefile.uc3 b/BuildTests/ModuleTest/makefile.uc3 index fe2683234..05b8d583b 100644 --- a/BuildTests/ModuleTest/makefile.uc3 +++ b/BuildTests/ModuleTest/makefile.uc3 @@ -105,8 +105,7 @@ include $(LUFA_PATH)/LUFA/makefile # List C source files here. (C dependencies are automatically generated.) SRC = Test_C.c \ $(LUFA_SRC_USB) \ - $(LUFA_SRC_USBCLASS) \ - $(LUFA_SRC_SCHEDULER) + $(LUFA_SRC_USBCLASS) # List C++ source files here. (C dependencies are automatically generated.) @@ -200,7 +199,7 @@ CFLAGS += -Wswitch-enum CFLAGS += -Wunused CFLAGS += -Wundef CFLAGS += -Wpointer-arith -#CFLAGS += -Wcast-align +CFLAGS += -Wcast-align CFLAGS += -Wwrite-strings CFLAGS += -Wlogical-op CFLAGS += -Wmissing-parameter-type @@ -481,7 +480,9 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @doxygen Doxygen.conf + @if ( doxygen Doxygen.conf 2>&1 | grep -v "warning: ignoring unsupported tag" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: