protobuf_3.21
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 14 Mar 2025 09:48:31 +0000 (10:48 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 14 Mar 2025 09:48:31 +0000 (10:48 +0100)
===================================================================

Gbp-Pq: Name protobuf_3.21.patch

clang-tools-extra/clangd/index/remote/monitor/Monitor.cpp

index 9a58b5871bfce1aa30f5145e30dbd80244a02774..515124d59ca5b2f2f4f59d420e1f70d3cb9822f1 100644 (file)
@@ -68,8 +68,9 @@ int main(int argc, char *argv[]) {
   if (!JsonStatus.ok()) {
     clang::clangd::elog("Can not convert response ({0}) to JSON ({1}): {2}\n",
                         Response.DebugString(),
-                        static_cast<int>(JsonStatus.code()),
+                        (int)JsonStatus.code(),
                         JsonStatus.message().as_string());
+
     return -1;
   }
   llvm::outs() << Output;