diff --git a/tools/parse_test_results.py b/tools/parse_test_results.py
index 2f8c54131..c6958a54c 100755
--- a/tools/parse_test_results.py
+++ b/tools/parse_test_results.py
@@ -59,7 +59,7 @@ def style_output(o):
'Use of uninitialised value of size' in l or \
'Uninitialised byte(s) found during' in l:
ret += '%s\n' % l
- elif ': warning: ' in l or ') : warning C' in or l \
+ elif ': warning: ' in l or ') : warning C' in l or \
'Uninitialised value was created by a' in l or \
'bytes after a block of size' in l:
ret += '%s\n' % l