summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-04-15 13:25:52 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-04-15 13:25:52 -0700
commit6955dfb302f23ddf8421770dc09234533f98b71e (patch)
tree92e6b2b26d946b3774d4567ec4f77d669b4007a8 /src
parent4d209efd230cb6d015dbadf0ea17264fd9943b71 (diff)
Calculate and print string sizes in test messages.
Diffstat (limited to 'src')
-rw-r--r--src/upb_decoder_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder_x86.dasc b/src/upb_decoder_x86.dasc
index f56b9f8..4088eba 100644
--- a/src/upb_decoder_x86.dasc
+++ b/src/upb_decoder_x86.dasc
@@ -94,7 +94,7 @@ void upb_reg_jit_gdb(upb_decoder *d) {
#else
void upb_reg_jit_gdb(upb_decoder *d) {
- (void)d
+ (void)d;
}
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback