View Bug Details

IDProjectCategoryView StatusLast Update
0001843DCP-o-maticClean-uppublic2023-09-01 21:48
Reportermarkusk Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platform64-bitOSLinuxOS VersionArch
Summary0001843: some warnings: catching polymorphic type ???? by value
Description

found during compile of 2.14.38 on current arch linux

[ 28/350] Compiling src/lib/playlist.cc
../src/lib/reel_writer.cc: In member function ‘Frame ReelWriter::check_existing_picture_asset()’:
../src/lib/reel_writer.cc:214:11: warning: catching polymorphic type ‘class OpenFileError’ by value [-Wcatch-value=]
214 | } catch (OpenFileError) {
| ^~~~~

[261/350] Compiling src/wx/job_manager_view.cc
../src/wx/kdm_cpl_panel.cc: In member function ‘void KDMCPLPanel::cpl_browse_clicked()’:
../src/wx/kdm_cpl_panel.cc:146:17: warning: catching polymorphic type ‘class cxml::Error’ by value [-Wcatch-value=]
146 | } catch (cxml::Error) {
| ^~~~~

[287/350] Compiling src/tools/dcpomatic_playlist.cc
../src/tools/dcpomatic_kdm.cc: In member function ‘void DOMFrame::add_dkdm_clicked()’:
../src/tools/dcpomatic_kdm.cc:440:18: warning: catching polymorphic type ‘class dcp::KDMDecryptionError’ by value [-Wcatch-value=]
440 | } catch (dcp::KDMDecryptionError) {
| ^~~~~~

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

carl

2020-09-23 16:09

administrator   ~0003942

Thank you, should be fixed by b1ae6e39d31408e5f1eae77fe1de1ac292f54182

Bug History

Date Modified Username Field Change
2020-09-23 13:46 markusk New Bug
2020-09-23 16:09 carl Assigned To => carl
2020-09-23 16:09 carl Status new => resolved
2020-09-23 16:09 carl Resolution open => fixed
2020-09-23 16:09 carl Note Added: 0003942
2023-09-01 21:48 carl Status resolved => closed