summaryrefslogtreecommitdiff
path: root/test/test38-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-20 00:05:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-20 00:05:50 +0300
commit379c0323eb20cbdd3998d460e21110a3498f6cee (patch)
treee4060c96e66c970a479441aa4ead8d57dd26485f /test/test38-05.txt
parenta23225d54465bcd6e9d3805709aaec616f85903a (diff)
downloadparanucker-379c0323eb20cbdd3998d460e21110a3498f6cee.tar.gz
paranucker-379c0323eb20cbdd3998d460e21110a3498f6cee.tar.bz2
paranucker-379c0323eb20cbdd3998d460e21110a3498f6cee.tar.xz
paranucker-379c0323eb20cbdd3998d460e21110a3498f6cee.zip
Add test 38. Update test results.
Diffstat (limited to 'test/test38-05.txt')
-rw-r--r--test/test38-05.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/test38-05.txt b/test/test38-05.txt
new file mode 100644
index 0000000..4418882
--- /dev/null
+++ b/test/test38-05.txt
@@ -0,0 +1,15 @@
+test38.cpp: In member function 'void Object1::func3()':
+test38.cpp:182:14: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1)
+ ^
+test38.cpp: In member function 'void Object1::func4()':
+test38.cpp:297:14: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1)
+ ^
+test38.cpp: In member function 'void Object1::func5()':
+test38.cpp:412:14: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1)
+ ^
+test38.cpp:477:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1)
+ ^