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/json/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/json/parser.h') diff --git a/upb/json/parser.h b/upb/json/parser.h index c063a77..d323c52 100644 --- a/upb/json/parser.h +++ b/upb/json/parser.h @@ -113,7 +113,7 @@ typedef struct upb_json_codecache upb_json_codecache; extern "C" { #endif -upb_json_codecache *upb_json_codecache_new(); +upb_json_codecache *upb_json_codecache_new(void); void upb_json_codecache_free(upb_json_codecache *cache); const upb_json_parsermethod* upb_json_codecache_get(upb_json_codecache* cache, const upb_msgdef* md); -- cgit v1.2.3