summaryrefslogtreecommitdiff
path: root/test/test29-04.txt
blob: 9965b4e1c8c7d2b65d1e68ff312ec656f3d756cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test29.cpp: In member function 'void Object1::func13(int*)':
test29.cpp:339:28: warning: Useless variable check 'ptr1'. It already was checked before
         if ((ptr1 || ptr1) && ptr1)
                            ^
test29.cpp:351:35: warning: internal collections 'knownNullVars' is different.
want: ptr1,
 get: 
             paranuckerInternalTest("=", "knownNullVars", "ptr1");
                                   ^
test29.cpp:356:31: warning: internal collections 'knownNullVars' is different.
want: ptr1,
 get: 
         paranuckerInternalTest("=", "knownNullVars", "ptr1");
                               ^
test29.cpp: In member function 'void Object1::func14(int*)':
test29.cpp:364:19: warning: Useless variable check 'ptr1'. It already was checked before
         if ((ptr1 && ptr1) || ptr1)
                   ^