summaryrefslogtreecommitdiff
path: root/test/test38-05.txt
blob: 7787aa1b23a11ebbc311e3bc54943d85802cf37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)
                  ^
test38.cpp: In member function 'void Object1::func6(Data1*)':
test38.cpp:530:23: warning: unused variable 'start' [-Wunused-variable]
         unsigned long start = 0;
                       ^