From 2c3a28e411bdf51e045ee207bc8a48aac42475dc Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 30 Jul 2019 17:16:50 -0700 Subject: Add -Wstrict-prototypes option --- upb/pb/textprinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/pb/textprinter.c') diff --git a/upb/pb/textprinter.c b/upb/pb/textprinter.c index 7aafffc..0760173 100644 --- a/upb/pb/textprinter.c +++ b/upb/pb/textprinter.c @@ -329,7 +329,7 @@ upb_textprinter *upb_textprinter_create(upb_arena *arena, const upb_handlers *h, return p; } -upb_handlercache *upb_textprinter_newcache() { +upb_handlercache *upb_textprinter_newcache(void) { return upb_handlercache_new(&onmreg, NULL); } -- cgit v1.2.3