Thanks for spotting this, warning fix gone wrong... proper fix now
merged thanks.

On Thu, Jan 8, 2009 at 11:59 AM, Alberto Luaces <[email protected]> wrote:
> Hi,
>
> recently the definition of main() of osggeometryshaders.cpp has been changed
> from
>
> int main(int argc, char *argv[])
>
> to
>
> int main(int argc, char *)
>
> this makes gcc spit the following error:
>
> examples/osggeometryshaders/osggeometryshaders.cpp:182: error: second argument
> of 'int main(int, char*)' should be 'char **'
>
> I have just put the extra asterisk on the main() definition. Please find the
> new file attached.
>
> Alberto
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to