summaryrefslogtreecommitdiff
path: root/test/test8-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test8-04.txt')
-rw-r--r--test/test8-04.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test8-04.txt b/test/test8-04.txt
deleted file mode 100644
index d4ae038..0000000
--- a/test/test8-04.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-test8.cpp: In member function 'void Object1::func2(int*)':
-test8.cpp:20:20: warning: Using parameter 'ptr2' without checking for null pointer
- *ptr2 = 200;
- ^
-test8.cpp: In member function 'void Object1::func3(int*)':
-test8.cpp:28:20: warning: Using parameter 'ptr3' without checking for null pointer
- *ptr3 = 300;
- ^
-test8.cpp: In member function 'void Object1::func6(int*)':
-test8.cpp:59:20: warning: Using parameter 'ptr6' without checking for null pointer
- *ptr6 = 600;
- ^