Unused msvcp60 functions

Piotr Caban piotr at codeweavers.com
Thu Jun 28 02:58:30 CDT 2012


On 06/28/12 09:30, Francois Gouget wrote:
> I get the following warnings when compiling msvcp60:
>
> main.c:108:51: warning: ‘std_BADOFF_func’ defined but not used [-Wunused-function]
> misc.c:66:40: warning: ‘mutex_mutex_lock’ defined but not used [-Wunused-function]
> misc.c:73:40: warning: ‘mutex_mutex_unlock’ defined but not used [-Wunused-function]
> misc.c:80:40: warning: ‘mutex_mutex_ctor’ defined but not used [-Wunused-function]
> misc.c:87:40: warning: ‘mutex_mutex_dtor’ defined but not used [-Wunused-function]
> misc.c:175:58: warning: ‘set_new_handler_reset’ defined but not used [-Wunused-function]
>
> misc.c:127:50: warning: ‘wctype’ defined but not used [-Wunused-function]

The function were not removed to make msvcp60 and msvcp90 more similar 
(and probably because I didn't use -Wunused-function option). Thanks to 
it one can copy misc.c file between the dlls when it's modified.

All of these functions can be removed.



More information about the wine-devel mailing list