ignore split strings warnings
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 May 2012 09:57:09 +0000 (09:57 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 13 May 2012 09:57:09 +0000 (09:57 +0000)
tests/Makefile.am

index 7c5ed8d..c7b7e8c 100644 (file)
@@ -1,6 +1,6 @@
 check-local: checkpatch.pl
-       find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
-       find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
+       find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
+       find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree  -emacs -f {} \;
 
 EXTRA_DIST = checkpatch.pl data test-io-dir-list.sh