X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bbe7c77b9125194a005847e4dc274af05eb90ae7..d4b45e8502a27c0f5ad3e26eabd2b30e84c20bac:/BuildTests/ModuleTest/makefile.uc3?ds=inline diff --git a/BuildTests/ModuleTest/makefile.uc3 b/BuildTests/ModuleTest/makefile.uc3 index fe2683234..97c2e9c24 100644 --- a/BuildTests/ModuleTest/makefile.uc3 +++ b/BuildTests/ModuleTest/makefile.uc3 @@ -200,7 +200,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 +481,9 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @doxygen Doxygen.conf + @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \ + exit 1; \ + fi; @echo Documentation Generation Complete. clean_doxygen: