By compiling vim on Windows 7 with MinGW I get the following warnings:
--------------------
[...]
pathdef.c:6:32: warning: unknown escape sequence: '\l' [enabled by default]
[...]
if_mzsch.c: In function 'startup_mzscheme':
if_mzsch.c:1104:2: warning: pointer targets in passing argument 1 of
'vim_getenv' differ in signedness [-Wpointer-sign]
s = vim_getenv("PLTCOLLECTS", &mustfree);
^
In file included from proto.h:135:0,
from vim.h:1980,
from if_mzsch.c:24:
proto/misc1.pro:60:9: note: expected 'char_u *' but argument is of type
'char *'
char_u *vim_getenv(char_u *name, int *mustfree);
^
if_mzsch.c:1107:6: warning: pointer targets in passing argument 1 of
'scheme_make_path' differ in signedness [-Wpointer-sign]
coll_path = scheme_make_path(s);
^
In file included from c:/racket/include/scheme.h:1999:0,
from if_mzsch.h:16,
from if_mzsch.c:26:
c:/racket/include/schemef.h:951:26: note: expected 'const char *' but
argument is of type 'char_u *'
MZ_EXTERN Scheme_Object *scheme_make_path(const char *chars);
^
[...]
--------------------
Many thanks in advance,
--
Cesar
--
--
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.