On Tuesday 24 June 2003 03:53 am, Gerald Pfeifer wrote:
Is the following warning for dlls/rpcrt4/rpc_server.c
rpc_server.c:133: warning: variable `func' might be clobbered by `longjmp' or `vfork'
indicative of a real problem, or are we sure that won't cause problems?
(If the latter, is there a way to avoid the warning?)
I don't know the answer -- perhaps this is something about PIC? Presumably the longjmp's in question are the ones generated by the __TRY/__EXCEPT macros used there.
Interestingly, my gentoo gcc 3.2.2 does not give the warning. What's your gcc? Perhaps you should post the results of gcc -E or gcc -S on this file, using the same command-line args as the wine makefiles....
-- "Socialism in general has a record of failure so blatant that only an intellectual could ignore or evade it." -- Thomas Sowell
gmt