aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/user_SUITE_data/results
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-12-19 16:04:27 +0100
committerHans Bolinder <[email protected]>2011-12-22 13:01:52 +0100
commit477fd95a1f404175c133f30a9e10e7a27ce400b8 (patch)
treec3a28c6b72333c9e25f44537f038ceac7a76ea4f /lib/dialyzer/test/user_SUITE_data/results
parent01f35546b9dbaac053a80418b38105a1acc35540 (diff)
downloadotp-477fd95a1f404175c133f30a9e10e7a27ce400b8.tar.gz
otp-477fd95a1f404175c133f30a9e10e7a27ce400b8.tar.bz2
otp-477fd95a1f404175c133f30a9e10e7a27ce400b8.zip
Handle nowarn_unused_function like the compiler does
Diffstat (limited to 'lib/dialyzer/test/user_SUITE_data/results')
-rw-r--r--lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_12
-rw-r--r--lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_20
-rw-r--r--lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_33
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_1 b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_1
new file mode 100644
index 0000000000..de416455e2
--- /dev/null
+++ b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_1
@@ -0,0 +1,2 @@
+
+nowarn_unused_function_1.erl:17: Function f3/1 will never be called
diff --git a/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_2 b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_2
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_2
diff --git a/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_3 b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_3
new file mode 100644
index 0000000000..8ae78673d5
--- /dev/null
+++ b/lib/dialyzer/test/user_SUITE_data/results/nowarn_unused_function_3
@@ -0,0 +1,3 @@
+
+nowarn_unused_function_3.erl:12: Function f2/1 will never be called
+nowarn_unused_function_3.erl:9: Function f1/1 will never be called