DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2308
Version: 1.1.10


Your fix #1 will change the API, so it might be ok for 1.3 but not 1.1

For many compilers (eg. VC), this is just a warning, not an error.  It
think can be silenced by:

-  long argument() const {return (long)user_data_;}
+  long argument() const {return (long)(intptr_t)user_data_;}

If you are using gcc, I think it can be downgraded to a warning using
-fpermissive

Don.


Link: http://www.fltk.org/str.php?L2308
Version: 1.1.10

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to