summaryrefslogtreecommitdiff
path: root/test/test26-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-01 15:11:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-01 15:11:17 +0300
commit87a31d8618c0d47a646677118f3f85352c4a528f (patch)
treec44db8a2b677f23fa6d9a639d802fe34e652eb2c /test/test26-05.txt
parent568b3f98e65737169a14eb18fde95ecd22e607d8 (diff)
downloadparanucker-87a31d8618c0d47a646677118f3f85352c4a528f.tar.gz
paranucker-87a31d8618c0d47a646677118f3f85352c4a528f.tar.bz2
paranucker-87a31d8618c0d47a646677118f3f85352c4a528f.tar.xz
paranucker-87a31d8618c0d47a646677118f3f85352c4a528f.zip
Update test 26.
Diffstat (limited to 'test/test26-05.txt')
-rw-r--r--test/test26-05.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/test26-05.txt b/test/test26-05.txt
index f0226d8..39a0b1d 100644
--- a/test/test26-05.txt
+++ b/test/test26-05.txt
@@ -6,3 +6,29 @@ test26.cpp: In member function 'void Object1::func2(Data1*)':
test26.cpp:57:18: warning: Useless variable check 'ptr1'. It already was checked before
if (!ptr1 && k == 1)
^
+test26.cpp: In member function 'void Object1::func8(Data1*)':
+test26.cpp:144:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 || k == 1)
+ ^
+test26.cpp:148:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 && k == 1)
+ ^
+test26.cpp:157:22: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1 || k == 5)
+ ^
+test26.cpp:161:22: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1 && k == 5)
+ ^
+test26.cpp: In member function 'void Object1::func9(Data1*)':
+test26.cpp:170:22: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1 || k == 1)
+ ^
+test26.cpp:174:22: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1 && k == 1)
+ ^
+test26.cpp:183:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 || k == 5)
+ ^
+test26.cpp:187:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 && k == 5)
+ ^