We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Wdeprecated-copy-dtor
1 parent 00fd3d9 commit 7ce82e4Copy full SHA for 7ce82e4
2 files changed
cmake/compileroptions.cmake
@@ -76,7 +76,6 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
76
add_compile_options_safe(-Wno-documentation-unknown-command)
77
78
# TODO: fix and enable these warnings - or move to suppression list below
79
- add_compile_options_safe(-Wno-deprecated-copy-dtor)
80
add_compile_options_safe(-Wno-inconsistent-missing-destructor-override) # caused by Qt moc code
81
add_compile_options_safe(-Wno-unused-exception-parameter)
82
add_compile_options_safe(-Wno-old-style-cast)
gui/codeeditorstyle.h
@@ -67,7 +67,6 @@ class CodeEditorStyle {
67
// cppcheck-suppress naming-varname - TODO: fix this
68
QColor SymbFGColor, QColor SymbBGColor,
69
const QFont::Weight& SymbWeight);
70
- ~CodeEditorStyle() {}
71
72
bool operator==(const CodeEditorStyle& rhs) const;
73
bool operator!=(const CodeEditorStyle& rhs) const;
0 commit comments