File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
7676 add_compile_options_safe (-Wno-documentation-unknown-command )
7777
7878 # TODO: fix and enable these warnings - or move to suppression list below
79- add_compile_options_safe (-Wno-deprecated-copy-dtor )
8079 add_compile_options_safe (-Wno-inconsistent-missing-destructor-override ) # caused by Qt moc code
8180 add_compile_options_safe (-Wno-unused-exception-parameter )
8281 add_compile_options_safe (-Wno-old-style-cast )
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ class CodeEditorStyle {
6767 // cppcheck-suppress naming-varname - TODO: fix this
6868 QColor SymbFGColor, QColor SymbBGColor,
6969 const QFont::Weight& SymbWeight);
70- ~CodeEditorStyle () {}
7170
7271 bool operator ==(const CodeEditorStyle& rhs) const ;
7372 bool operator !=(const CodeEditorStyle& rhs) const ;
You can’t perform that action at this time.
0 commit comments