aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-07 09:25:13 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-07 09:25:13 +0000
commit57585301af1df353c3dd3a6e389d074bd4de4fcc (patch)
tree65fef57d39c7c14b73652de26b3653b528ee6450 /test/rt/testbuild/Makefile
parent4de725748239e122b27ff2b31aac32b835e8a2d6 (diff)
downloadChibiOS-57585301af1df353c3dd3a6e389d074bd4de4fcc.tar.gz
ChibiOS-57585301af1df353c3dd3a6e389d074bd4de4fcc.tar.bz2
ChibiOS-57585301af1df353c3dd3a6e389d074bd4de4fcc.zip
More MISRA.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7726 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/Makefile')
-rw-r--r--test/rt/testbuild/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/testbuild/Makefile b/test/rt/testbuild/Makefile
index 10b7856b4..390eda422 100644
--- a/test/rt/testbuild/Makefile
+++ b/test/rt/testbuild/Makefile
@@ -128,7 +128,7 @@ clean:
-rm -fR .dep
misra:
- lint-nt -w1 pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(INCDIR) $(KERNSRC) > misra.txt
+ lint-nt -w3 pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(INCDIR) $(KERNSRC) > misra.txt
#
# Include the dependency files, should be the last of the makefile