summaryrefslogtreecommitdiff
path: root/test/test9-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test9-04.txt')
-rw-r--r--test/test9-04.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/test/test9-04.txt b/test/test9-04.txt
new file mode 100644
index 0000000..f4a465f
--- /dev/null
+++ b/test/test9-04.txt
@@ -0,0 +1,52 @@
+test9.cpp: In member function 'void Object1::func3(int*, int*)':
+test9.cpp:38:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:39:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func4(int*, int*)':
+test9.cpp:50:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:53:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:54:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func5(int*, int*)':
+test9.cpp:65:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func6(int*, int*)':
+test9.cpp:80:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func7(int*, int*)':
+test9.cpp:91:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:94:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp: In member function 'void Object1::func8(int*, int*)':
+test9.cpp:106:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:109:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:110:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^
+test9.cpp: In member function 'void Object1::func9(int*, int*)':
+test9.cpp:121:24: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 100;
+ ^
+test9.cpp:124:20: warning: Using parameter 'ptr1' without checking for null pointer
+ *ptr1 = 200;
+ ^
+test9.cpp:125:20: warning: Using parameter 'ptr2' without checking for null pointer
+ *ptr2 = 300;
+ ^