]> sigrok.org Git - pulseview.git/commit
Fix the build - catch exceptions by reference
authorBrian Starkey <redacted>
Sat, 21 Jul 2018 17:08:45 +0000 (18:08 +0100)
committerUwe Hermann <redacted>
Tue, 24 Jul 2018 18:54:26 +0000 (20:54 +0200)
commit16a832bc5bb4cce24598537c99e0655edb65c1d0
tree6c9ebe18e391c3abeeda76cda9c371937d10b2b3
parent521bac13ae900d74005e5d76e2c88f586ec7367a
Fix the build - catch exceptions by reference

Fix the following build errors seen with gcc 8.1.1:

 error: catching polymorphic type ‘class std::out_of_range’ by value
 error: catching polymorphic type ‘class boost::archive::archive_exception’ by value

Signed-off-by: Brian Starkey <redacted>
pv/devices/inputfile.cpp
pv/views/trace/analogsignal.cpp
pv/views/trace/view.cpp