summaryrefslogtreecommitdiff
path: root/test/test7-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test7-04.txt')
-rw-r--r--test/test7-04.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test7-04.txt b/test/test7-04.txt
new file mode 100644
index 0000000..31b5a8c
--- /dev/null
+++ b/test/test7-04.txt
@@ -0,0 +1,4 @@
+test7.cpp: In member function 'void Object1::func2(int*)':
+test7.cpp:10:18: warning: Using variable without check for NULL
+ *aptr = 0;
+ ^