diff options
Diffstat (limited to 'test/test26-05.txt')
-rw-r--r-- | test/test26-05.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test26-05.txt b/test/test26-05.txt index 32fe1ab..f0226d8 100644 --- a/test/test26-05.txt +++ b/test/test26-05.txt @@ -1,4 +1,8 @@ test26.cpp: In member function 'void Object1::func1(Data1*)': -test26.cpp:41:22: warning: Useless variable check 'ptr1'. It already was checked before +test26.cpp:48:22: warning: Useless variable check 'ptr1'. It already was checked before if (ptr1 && k == 1) ^ +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) + ^ |