summaryrefslogtreecommitdiff
path: root/test/test05-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test05-03.txt')
-rw-r--r--test/test05-03.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/test05-03.txt b/test/test05-03.txt
index 187f692..023852d 100644
--- a/test/test05-03.txt
+++ b/test/test05-03.txt
@@ -1,17 +1,17 @@
test05.cpp: In function 'void func1(int, int*, char)':
-test05.cpp:12:13: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:12:13: warning: Using variable 'b' without checking for null pointer
*b = 100;
^
test05.cpp: In function 'void func2(int, int*, char)':
-test05.cpp:17:9: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:17:9: warning: Using variable 'b' without checking for null pointer
*(1 + b) = 200;
^
test05.cpp: In function 'void func3(int, int*, char)':
-test05.cpp:22:9: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:22:9: warning: Using variable 'b' without checking for null pointer
*(1 + (1 + b)) = 300;
^
test05.cpp: In function 'void func5(int, int*, char)':
-test05.cpp:28:12: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:28:12: warning: Using variable 'b' without checking for null pointer
*(var1 + b) = 400;
^
test05.cpp: In function 'void func6(int, int*, char)':
@@ -19,20 +19,20 @@ test05.cpp:34:16: warning: Using variable 'var2' without checking for null point
*var2 = 500;
^
test05.cpp: In function 'void func7(int, int*, char)':
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
int *var3 = 12 + b;
^
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
-test05.cpp:39:20: warning: Using parameter 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
+test05.cpp:39:20: warning: Using variable 'b' without checking for null pointer
test05.cpp: In function 'void func8(int, int*, char)':
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
int **var4 = &bptr;
^
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
-test05.cpp:45:11: warning: Using parameter 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer
+test05.cpp:45:11: warning: Using variable 'bptr' without checking for null pointer