From a15715c34309416e76ebd2007a51ff6c42f28817 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Jun 2014 15:36:26 +0200 Subject: -Wstrict-prototypes ...no reason to not have it enabled for URE C include files and what little real C code is still left. (But note that Clang ignores that warning.) Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6 --- shell/source/unix/misc/uri-encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/unix/misc/uri-encode.c b/shell/source/unix/misc/uri-encode.c index aba7f6232c12..f7bca6ff6a2e 100644 --- a/shell/source/unix/misc/uri-encode.c +++ b/shell/source/unix/misc/uri-encode.c @@ -23,7 +23,7 @@ #include #include -int main() { +int main(void) { for (;;) { int c; errno = 0; -- cgit