diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-04 19:26:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-04 19:26:50 +0300 |
commit | 25041168913c6a1dd46af2089b9244e5447674e9 (patch) | |
tree | 848e5ac72a7ec00a8163eb3938706cd6dabf167d /test/test19-04.txt | |
parent | 0141482180cc327224a8eca1efbf123b879750a5 (diff) | |
download | paranucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.gz paranucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.bz2 paranucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.xz paranucker-25041168913c6a1dd46af2089b9244e5447674e9.zip |
Update test results.
Diffstat (limited to 'test/test19-04.txt')
-rw-r--r-- | test/test19-04.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test19-04.txt b/test/test19-04.txt index b3d2f67..aa35c5d 100644 --- a/test/test19-04.txt +++ b/test/test19-04.txt @@ -2,6 +2,10 @@ test19.cpp: In function 'int func2(Data1*, Data1*)': test19.cpp:16:11: warning: Using variable 'ptr3' without checking for null pointer ptr3->val = 100; ^ +test19.cpp: In function 'int func4(Data1*, Data1*)': +test19.cpp:31:15: warning: Useless variable check 'ptr1'. It already was checked before + else if (!ptr1 && ptr2) + ^ test19.cpp: In function 'int func6(Data1*, Data1*)': test19.cpp:52:11: warning: Using variable 'ptr3' without checking for null pointer ptr3->val = 100; |