mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix unused parameter warning in interpret.cpp
This commit is contained in:
parent
06f7746dfd
commit
9dd3d04324
@ -3067,7 +3067,7 @@ class MyProcessor: public Processor {
|
|||||||
abort(s);
|
abort(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void addCompilationHandler(CompilationHandler* handler) {
|
virtual void addCompilationHandler(CompilationHandler*) {
|
||||||
abort(s);
|
abort(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user