diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2018-12-09 13:24:51 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2018-12-09 13:30:16 +1100 |
commit | b3010839385f81c0f62c379aa3bb62862c26ddbb (patch) | |
tree | d8514a5316fdbc4b371c64bfe1660fa33d85007f /BuildTests | |
parent | 4fc5650d99b2e3131aea06f357fa647d24c6e166 (diff) | |
download | lufa-b3010839385f81c0f62c379aa3bb62862c26ddbb.tar.gz lufa-b3010839385f81c0f62c379aa3bb62862c26ddbb.tar.bz2 lufa-b3010839385f81c0f62c379aa3bb62862c26ddbb.zip |
Fix static analysis warnings.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/StaticAnalysisTest/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/StaticAnalysisTest/makefile b/BuildTests/StaticAnalysisTest/makefile index 9e65e8a3c..199019064 100644 --- a/BuildTests/StaticAnalysisTest/makefile +++ b/BuildTests/StaticAnalysisTest/makefile @@ -13,7 +13,8 @@ LUFA_PATH := ../../LUFA/ CPPCHECK_EXCLUDES := FATFs/ \ PetiteFATFs/ \ - uip/ + uip/ \ + HID/HostLoaderApp/ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \ $(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/ |