Changed a pclint option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8079 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
36a4198585
commit
df609a3e66
|
@ -219,4 +219,4 @@ include $(RULESPATH)/rules.mk
|
|||
# MISRA check rule, requires PCLint and the setup files, not provided.
|
||||
#
|
||||
misra:
|
||||
@lint-nt -v -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(CSRC) &> misra.txt
|
||||
@lint-nt -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(CSRC) > misra.txt
|
||||
|
|
Loading…
Reference in New Issue