summaryrefslogtreecommitdiff
path: root/upb/pb/encoder.c
diff options
context:
space:
mode:
authorEsun Kim <veblush@google.com>2019-07-30 17:16:50 -0700
committerEsun Kim <veblush@google.com>2019-07-30 18:32:08 -0700
commit2c3a28e411bdf51e045ee207bc8a48aac42475dc (patch)
treed2a70e88d1a55ba51b619146e688fbb4f1c506fc /upb/pb/encoder.c
parent76d75aec66e1e6f173f3b6668601108ed453f3d3 (diff)
Add -Wstrict-prototypes option
Diffstat (limited to 'upb/pb/encoder.c')
-rw-r--r--upb/pb/encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/encoder.c b/upb/pb/encoder.c
index e7092a8..d108a64 100644
--- a/upb/pb/encoder.c
+++ b/upb/pb/encoder.c
@@ -524,7 +524,7 @@ void upb_pb_encoder_reset(upb_pb_encoder *e) {
/* public API *****************************************************************/
-upb_handlercache *upb_pb_encoder_newcache() {
+upb_handlercache *upb_pb_encoder_newcache(void) {
return upb_handlercache_new(newhandlers_callback, NULL);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback