From cfeea49b5c533fe7fe4dace22f68f63cbe8403e3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Jun 2015 14:40:51 +0300 Subject: Update test9. --- test/test9-04.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'test/test9-04.txt') diff --git a/test/test9-04.txt b/test/test9-04.txt index f4a465f..a5f2775 100644 --- a/test/test9-04.txt +++ b/test/test9-04.txt @@ -50,3 +50,30 @@ test9.cpp:124:20: warning: Using parameter 'ptr1' without checking for null poin test9.cpp:125:20: warning: Using parameter 'ptr2' without checking for null pointer *ptr2 = 300; ^ +test9.cpp: In member function 'void Object1::func10(int*, int*)': +test9.cpp:139:20: warning: Using parameter 'ptr1' without checking for null pointer + *ptr1 = 200; + ^ +test9.cpp:140:20: warning: Using parameter 'ptr2' without checking for null pointer + *ptr2 = 300; + ^ +test9.cpp: In member function 'void Object1::func11(int*, int*)': +test9.cpp:148:24: warning: Using parameter 'ptr1' without checking for null pointer + *ptr1 = 100; + ^ +test9.cpp:151:20: warning: Using parameter 'ptr1' without checking for null pointer + *ptr1 = 200; + ^ +test9.cpp:152:20: warning: Using parameter 'ptr2' without checking for null pointer + *ptr2 = 300; + ^ +test9.cpp: In member function 'void Object1::func12(int*, int*)': +test9.cpp:159:24: warning: Using parameter 'ptr1' without checking for null pointer + *ptr1 = 100; + ^ +test9.cpp:166:20: warning: Using parameter 'ptr1' without checking for null pointer + *ptr1 = 200; + ^ +test9.cpp:167:20: warning: Using parameter 'ptr2' without checking for null pointer + *ptr2 = 300; + ^ -- cgit v1.2.3-60-g2f50