From df609a3e662ab54f48087627fcbc6ba2083d0941 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 11 Jul 2015 15:46:13 +0000 Subject: [PATCH] Changed a pclint option. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8079 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/testbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nil/testbuild/Makefile b/test/nil/testbuild/Makefile index f3983897b..58f7ae591 100644 --- a/test/nil/testbuild/Makefile +++ b/test/nil/testbuild/Makefile @@ -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