summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upbc/generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/upbc/generator.cc b/upbc/generator.cc
index 56e6276..0f7d14d 100644
--- a/upbc/generator.cc
+++ b/upbc/generator.cc
@@ -292,7 +292,7 @@ void GenerateMessageInHeader(const protobuf::Descriptor* message, Output& output
output(
"extern const upb_msglayout $0_msginit;\n"
"UPB_INLINE $0 *$0_new(upb_arena *arena) {\n"
- " return upb_msg_new(&$0_msginit, arena);\n"
+ " return ($0 *)upb_msg_new(&$0_msginit, arena);\n"
"}\n"
"UPB_INLINE $0 *$0_parsenew(upb_stringview buf, upb_arena *arena) {\n"
" $0 *ret = $0_new(arena);\n"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback