Replace RegisterNextWire
function calls in src/examples/benchmark
#31
Labels
bug
Something isn't working
RegisterNextWire
function calls in src/examples/benchmark
#31
The build gives the following errors when MOTION executable building is enabled (e.g., with the
MOTION_BUILD_EXE
option):Apparently,
RegisterNextWire
function was removed at some point butbenchmark.cpp
was not maintained accordingly. This is probably easy to fix, but better that the person who removed the original function also makes the fix for this.In addition, I suggest that Travis CI configuration is modified to compile the MOTION example executables so that we can detect similar errors immediately in the future.
The text was updated successfully, but these errors were encountered: