Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[copporch]: Fix polymorphic type error (sonic-net#946)
copporch.cpp: In member function ‘virtual void CoppOrch::doTask(Consumer&)’: copporch.cpp:607:34: error: catching polymorphic type ‘const class std::out_of_range’ by value [-Werror=catch-value=] catch(const out_of_range e) ^ cc1plus: all warnings being treated as errors Signed-off-by: Shu0T1an ChenG <[email protected]>
- Loading branch information