summaryrefslogtreecommitdiff
path: root/test/test36-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-20 20:43:25 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-20 20:43:25 +0300
commit5c3c34295fb5837132fe1eff7565c86637284e56 (patch)
tree432972c2a9f97341a0e4a04174d3e654f023a4ca /test/test36-05.txt
parent87b5b5e1249c18491f946f4baa016af9badf5a14 (diff)
downloadparanucker-5c3c34295fb5837132fe1eff7565c86637284e56.tar.gz
paranucker-5c3c34295fb5837132fe1eff7565c86637284e56.tar.bz2
paranucker-5c3c34295fb5837132fe1eff7565c86637284e56.tar.xz
paranucker-5c3c34295fb5837132fe1eff7565c86637284e56.zip
Update test 36.
Diffstat (limited to 'test/test36-05.txt')
-rw-r--r--test/test36-05.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test36-05.txt b/test/test36-05.txt
index 3c4777d..111819c 100644
--- a/test/test36-05.txt
+++ b/test/test36-05.txt
@@ -1,12 +1,12 @@
test36.cpp: In member function 'void Object1::func1()':
-test36.cpp:39:16: warning: unused variable 'ptr1' [-Wunused-variable]
+test36.cpp:50:16: warning: unused variable 'ptr1' [-Wunused-variable]
Data1 *ptr1 = new Data1;
^
test36.cpp: In member function 'void Object1::func2()':
-test36.cpp:54:16: warning: unused variable 'ptr1' [-Wunused-variable]
+test36.cpp:65:16: warning: unused variable 'ptr1' [-Wunused-variable]
Data1 *ptr1 = new Data1[10];
^
test36.cpp: In member function 'void Object1::func3()':
-test36.cpp:69:14: warning: unused variable 'ptr1' [-Wunused-variable]
+test36.cpp:80:14: warning: unused variable 'ptr1' [-Wunused-variable]
int *ptr1 = new int[10];
^