On Mon, 2009-04-27 at 09:45 +0300, Pekka Enberg wrote:
> Applied with the following fixes:
> 
> On Fri, 2009-04-24 at 21:29 +0200, Tomek Grabiec wrote:
> > @@ -347,3 +350,8 @@ unsigned long nr_args(struct expression *args_list)
> >  
> >     return nr_args(left) + nr_args(right);
> >  }
> > +
> > +struct expression *exception_ref_expr()
> 
> Missing "void" as argument type. I'm adding "-Wstrict-prototypes" to
> make GCC catches this.

I'll take that back. JamVM spews tons of warnings with that enabled.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to