Ken Takata wrote: > Hi mattn, > > 2016/2/15 Mon 18:42:22 UTC+9 mattn wrote: > > Seems to be many compilation warnings. Will fix in later. > > You seem to use MinGW normally, but currently, compilation warnings are > disabled on MinGW. It might disclose useful warnings as well. > I don't think warnings should be disabled on MinGW: > > --- a/src/Make_cyg_ming.mak > +++ b/src/Make_cyg_ming.mak > @@ -372,7 +372,7 @@ WINDRES_CC = $(CC) > #>>>>> end of choices > ########################################################################### > > -CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall > +CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall > WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED > EXTRA_LIBS =
Thanks. If you now start seeing warnings, please consider sending a patch. -- Two fish in a tank. One says to the other: "Do you know how to drive this thing?" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
