> Interesting.. if I gather the gist of the patch correctly,
> it looks like the change is to avoid having the void function
> return() a function that returns a void.
>
> Which seems to compile OK with 'g++ -Wall' on my linux
> systems, eg. no compile errors for this:
>
> void foo() { }
> void bar() {
> return(foo()); // OK with 'g++ -Wall'
> }
>
>
> Is that maybe no longer allowed on the newer windows compilers?
Yes - this is what I found, too.
I think Fabien said it was VC6 that choked - so maybe it is *older*
Windows compilers that don't allow this?
SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14
3EL
A company registered in England & Wales. Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev