Hi Bram, 2016/3/20 Sun 4:51:58 UTC+9 Bram Moolenaar wrote: > Patch 7.4.1610 > Problem: Compiler warnings for non-virtual destructor. > Solution: Mark the classe final. (Ken Takata) > Files: src/Make_cyg_ming.mak, src/gui_dwrite.cpp, src/if_ole.cpp
I'm a little bit surprised at this patch. I thought that this patch was rejected, because you included the patches 7.4.1428 and 7.4.1442. There was no need to include all these tree patches. However including all of them should not have caused any problems... Unfortunately this causes the issue #705 with old MinGW. As I wrote in the issue, the -std option should be changed from c++11 to gnu++11: https://github.com/vim/vim/issues/705#issuecomment-199634858 Regards, Ken Takata -- -- 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.
