We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219c76e commit b18b037Copy full SHA for b18b037
2 files changed
Makefile
@@ -33,7 +33,7 @@ LOCALES = de en en_GB es fr pt pl ro ru uk
33
SYMBOLS := TRUE
34
DEBUGGER := TRUE
35
# -gno-column-info is a workaround for Debugger issue (#15159)
36
-COMPILER_FLAGS = -gno-column-info -std=c++17
+COMPILER_FLAGS = -gno-column-info -std=c++17 -Werror
37
38
## Include the Makefile-Engine
39
DEVEL_DIRECTORY := \
src/support/Styler.cpp
@@ -48,7 +48,7 @@ CSSToInt(const std::string cssColor)
48
template<>
49
struct convert<Styler::Style> {
50
static Node encode(const Styler::Style& rhs) {
51
- // TODO
+ return Node();
52
}
53
54
static bool decode(const Node& node, Styler::Style& rhs) {
0 commit comments