From ec706a264214a30639665f60128257ccd9e9e978 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 21 Jun 2008 11:58:44 +0000 Subject: Fix implicit_pattern to match different quote character found in warnings generated by gcc-4.3. Thanks to aballier for reporting with sample log. svn path=/main/trunk/; revision=10753 --- bin/check-implicit-pointer-usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/check-implicit-pointer-usage.py') diff --git a/bin/check-implicit-pointer-usage.py b/bin/check-implicit-pointer-usage.py index 1648dc53d..c462329e4 100755 --- a/bin/check-implicit-pointer-usage.py +++ b/bin/check-implicit-pointer-usage.py @@ -17,7 +17,7 @@ import re import sys implicit_pattern = re.compile("([^:]*):(\d+): warning: implicit declaration " - + "of function `([^']*)'") + + "of function [`']([^']*)'") pointer_pattern = re.compile( "([^:]*):(\d+): warning: " + "(" -- cgit v1.2.3-1-g7c22