aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bogus-dynamic-cast/main.cpp.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bogus-dynamic-cast/main.cpp.expected')
-rw-r--r--tests/bogus-dynamic-cast/main.cpp.expected6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/bogus-dynamic-cast/main.cpp.expected b/tests/bogus-dynamic-cast/main.cpp.expected
deleted file mode 100644
index 80da945e..00000000
--- a/tests/bogus-dynamic-cast/main.cpp.expected
+++ /dev/null
@@ -1,6 +0,0 @@
-bogus-dynamic-cast/main.cpp:32:5: warning: explicitly casting to base is unnecessary [-Wclazy-bogus-dynamic-cast]
- dynamic_cast<A*>(b); // warning: Casting to base
-bogus-dynamic-cast/main.cpp:33:5: warning: Casting to itself [-Wclazy-bogus-dynamic-cast]
- dynamic_cast<A*>(a); // warning: Casting to itself
-bogus-dynamic-cast/main.cpp:35:5: warning: Casting to itself [-Wclazy-bogus-dynamic-cast]
- dynamic_cast<B*>(b); // warning: Casting to itself