summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tools/json_writer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/json_writer.hxx b/include/tools/json_writer.hxx
index 318faef70fee..3017c2d72e47 100644
--- a/include/tools/json_writer.hxx
+++ b/include/tools/json_writer.hxx
@@ -101,7 +101,7 @@ private:
}
// overflow validation in debug mode
- static constexpr char JSON_WRITER_DEBUG_MARKER = 0xde;
+ static constexpr char JSON_WRITER_DEBUG_MARKER = static_cast<char>(0xde);
inline void addValidationMark()
{