Tony Mechelynck wrote: > After applying patches 8.0.768 to 8.0.771, I get the following warning > from gcc in the Tiny build (compile goes on, and link happens > apparently satisfactorily): > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o > buffer.c > buffer.c: In function ‘buf_spname’: > buffer.c:5680:5: warning: implicit declaration of function ‘bt_nofile’ > [-Wimplicit-function-declaration] > if (bt_nofile(buf)) > ^ > > No message in the Huge build.
The prototypes are not included without the quickfix feature, but the functions are. Let me move the functions elsewhere. -- Emacs is a nice OS - but it lacks a good text editor. That's why I am using Vim. --Anonymous /// 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.
