Fix some warnings in w32 specific code.
authorEli Zaretskii <eliz@gnu.org>
Tue, 17 Dec 2013 17:46:31 +0000 (19:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 17 Dec 2013 17:46:31 +0000 (19:46 +0200)
commitaf025ae850c8f30431cf79876c4452d9f1679250
tree708b8ba45eaffd8e9b3b28d7dec0192d2a517bd7
parentcf2b7efc78f0004a58b14a1eb470a306a139197d
Fix some warnings in w32 specific code.

 src/w32term.c (w32_initialize): Declare the argument of
 set_user_model as const.
 src/w32menu.c <MessageBoxW_Proc>: Fix argument declarations.
 (w32_menu_show): Constify some arguments passed to MessageBox.
 src/w32uniscribe.c (uniscribe_font_driver): Use LISP_INITIALLY_ZERO
 to initialize Lisp objects.
 src/w32font.c (w32font_driver): Use LISP_INITIALLY_ZERO to
 initialize Lisp objects.
 src/frame.c (x_set_frame_parameters) [HAVE_X_WINDOWS]: Declare and
 use variables used only on X under that condition.
 src/fileio.c (Fcopy_file) [!WINDOWSNT]: Don't declare on Windows
 variables not used there.
src/ChangeLog
src/fileio.c
src/frame.c
src/w32font.c
src/w32menu.c
src/w32term.c
src/w32uniscribe.c