summaryrefslogtreecommitdiff
path: root/upb/pb/textprinter.h
diff options
context:
space:
mode:
authorNicolas Noble <nicolasnoble@users.noreply.github.com>2019-07-30 18:55:01 -0700
committerGitHub <noreply@github.com>2019-07-30 18:55:01 -0700
commitf3514c0600d14d5c53ee7411f3fb0f9d38110257 (patch)
treed2a70e88d1a55ba51b619146e688fbb4f1c506fc /upb/pb/textprinter.h
parent76d75aec66e1e6f173f3b6668601108ed453f3d3 (diff)
parent2c3a28e411bdf51e045ee207bc8a48aac42475dc (diff)
Merge pull request #196 from veblush/strict-prototypes
Add "-Wstrict-prototypes" option
Diffstat (limited to 'upb/pb/textprinter.h')
-rw-r--r--upb/pb/textprinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/textprinter.h b/upb/pb/textprinter.h
index 0af2b1a..7e20d75 100644
--- a/upb/pb/textprinter.h
+++ b/upb/pb/textprinter.h
@@ -31,7 +31,7 @@ upb_textprinter *upb_textprinter_create(upb_arena *arena, const upb_handlers *h,
upb_bytessink output);
void upb_textprinter_setsingleline(upb_textprinter *p, bool single_line);
upb_sink upb_textprinter_input(upb_textprinter *p);
-upb_handlercache *upb_textprinter_newcache();
+upb_handlercache *upb_textprinter_newcache(void);
#ifdef __cplusplus
} /* extern "C" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback