mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Quiet compiler warning. The only reason the function is marked virtual
is so that it can be called from inside a debugger. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
419c6f5ac8
commit
bc00fec835
@ -247,6 +247,7 @@ namespace {
|
||||
private:
|
||||
#ifndef NDEBUG
|
||||
public:
|
||||
virtual ~Node() {}
|
||||
virtual void dump() const {
|
||||
dump(*cerr.stream());
|
||||
}
|
||||
@ -638,6 +639,7 @@ namespace {
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
virtual ~InequalityGraph() {}
|
||||
virtual void dump() {
|
||||
dump(*cerr.stream());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user