John Marriott wrote:
> On 01-Dec-2022 05:12, Bram Moolenaar wrote: > > Patch 9.0.0977 > > Problem: It is not easy to see what client-server commands are doing. > > Solution: Add channel log messages if ch_log() is available. Move the > > channel logging and make it available with the +eval feature. > > Files: Filelist, runtime/doc/starting.txt, src/if_xcmdsrv.c, > > src/clientserver.c, src/logfile.c, src/proto/logfile.pro, > > src/proto.h, src/channel.c, src/proto/channel.pro, > > src/evalfunc.c, > > src/gui_gtk_x11.c, src/main.c, src/message.c, src/os_unix.c, > > src/os_win32.c, src/regexp_bt.c, src/regexp_nfa.c, src/term.c, > > src/time.c, src/ui.c, src/globals.h, src/Makefile, > > src/Make_ami.mak, src/Make_mvc.mak, src/Make_vms.mms, > > src/Make_cyg_ming.mak > > After this patch mingw64 (clang 15.0.5) gives these errors/warnings. I > have FEAT_JOB_CHANNEL disabled for this build so I reckon it has > something to do with that. I can reproduce this when configuring with "--disable-channel". I'll adjust the #ifdefs. -- A computer program does what you tell it to do, not what you want it to do. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20221130201901.9B5F01C06AE%40moolenaar.net.
