summaryrefslogtreecommitdiff
path: root/test/test20-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
commitd6989382bcfae2c2d822cfc3ea7bebfeef77d5e6 (patch)
tree35d9a04babea397a87554f9ecad99eae6c6a6c3d /test/test20-04.txt
parenteff039b810786f96ed8f0bade95ff07a7c4e15dd (diff)
downloadparanucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.gz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.bz2
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.xz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.zip
Update test 26, 35, 39. Update test results.
Diffstat (limited to 'test/test20-04.txt')
-rw-r--r--test/test20-04.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/test20-04.txt b/test/test20-04.txt
index 63107ac..2082bba 100644
--- a/test/test20-04.txt
+++ b/test/test20-04.txt
@@ -1,26 +1,26 @@
test20.c: In function 'func2':
-test20.c:16:9: warning: Using variable 'ptr3' without checking for null pointer
+test20.c:16:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
- ^
+ ^
test20.c: In function 'func4':
test20.c:31:14: warning: Useless variable check 'ptr1'. It already was checked before
else if (!ptr1 && ptr2)
^
test20.c: In function 'func6':
-test20.c:52:9: warning: Using variable 'ptr3' without checking for null pointer
+test20.c:52:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
- ^
+ ^
test20.c: In function 'func7':
-test20.c:66:9: warning: Using parameter 'ptr1' without checking for null pointer
+test20.c:66:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
- ^
-test20.c:67:9: warning: Using variable 'ptr3' without checking for null pointer
+ ^
+test20.c:67:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
- ^
+ ^
test20.c: In function 'func8':
-test20.c:81:9: warning: Using parameter 'ptr1' without checking for null pointer
+test20.c:81:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
- ^
-test20.c:82:9: warning: Using variable 'ptr3' without checking for null pointer
+ ^
+test20.c:82:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
- ^
+ ^