Skip to content
Prev 54544 / 63424 Next

winbuilder warning message wrt function pointers

You can legally cast a function pointer to another function pointer, where
the signatures differ.  (It is not legal to cast between data and function
pointers.)
I would make typedefs for the various signatures, as the casting syntax is
more
readable then.

Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Fri, Dec 29, 2017 at 10:13 AM, Therneau, Terry M., Ph.D. <
therneau at mayo.edu> wrote: