Re: [Java PATCH] Generate declarations in jvgenmain.c
Tom Tromey <[email protected]> Tue, 07 Oct 2014 10:40:01 -0600
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
Marek> I saw declarations of JvRunMain{,Name} with no parameters and with
Marek> some parameters.
Oh yeah, duh.
Marek> So I decided to make it prototype-less function
Marek> declaration for now. I think we don't have to worry about
Marek> -Wstrict-prototypes for now.
Thanks for looking.
Tom