Compiling gvim (Windows 7, gcc (x86_64-win32-seh-rev0, Built by MinGW-W64
project) 4.8.4) the following warning appears in gui_w32.c:
gcc -c -Iproto -DWIN32 -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DHAVE_PATHDEF
-DFEAT_BIG -DMS_WIN64 -DHAVE_GETTEXT -DHAVE_LOCALE_H -DDYNAMIC_GETTEXT
-DFEAT_OLE -DFEAT_CSCOPE -DFEAT_CHANNEL -DFEAT_GUI_W32 -DFEAT_CLIPBOARD
-DFEAT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -march=x86-64
-Wall -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"python32.dll\"
-DFEAT_XPM_W32 -I xpm/x64/include -I xpm/x64/../include -O3
-fomit-frame-pointer -freg-struct-return -s gui_w32.c -o gobjx86-64/gui_w32.o
In file included from gui_w32.c:188:0:
gui_w48.c: In function 'add_tabline_popup_menu_entry':
gui_w48.c:2445:18: warning: pointer targets in assignment differ in signedness
[-Wpointer-sign]
info.dwTypeData = item_text;
^
gui_w32.c: In function 'gui_mch_init':
gui_w32.c:1773:29: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
# define HandleToLong(h) ((long)(h))
^
gui_w32.c:1777:33: note: in expansion of macro 'HandleToLong'
set_vim_var_nr(VV_WINDOWID, HandleToLong(s_hwnd));
^
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.