mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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);
|
||||
}
|
||||
|
||||
virtual void addCompilationHandler(CompilationHandler* handler) {
|
||||
virtual void addCompilationHandler(CompilationHandler*) {
|
||||
abort(s);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user