John Marriott wrote:

> On 13-Aug-2016 12:29 AM, Bram Moolenaar wrote:
> > Patch 7.4.2200
> > Problem:    Cannot get all information about a quickfix list.
> > Solution:   Add an optional argument to get/set loc/qf list(). (Yegappan
> >              Lakshmanan)
> > Files:      runtime/doc/eval.txt, src/evalfunc.c, src/proto/quickfix.pro,
> >              src/quickfix.c, src/tag.c, src/testdir/test_quickfix.vim
> >
> >
> After this patch I get the following warning (mingw64) if FEAT_QUICK_FIX 
> is not defined:
> gcc -c -Iproto -DWIN32 -DWINVER=0x0603 -D_WIN32_WINNT=0x0603 
> -DHAVE_PATHDEF -DFEAT_NORMAL -DHAVE_STDINT_H -DFEAT_GUI_W32
>   -DFEAT_CLIPBOARD -pipe -march=native -Wall -O3 -fomit-frame-pointer 
> -freg-struct-return -s evalfunc.c -o gobjnative/eva
> lfunc.o
> evalfunc.c:4697:1: warning: 'get_qf_loc_list' defined but not used 
> [-Wunused-function]
>   get_qf_loc_list(int is_qf, win_T *wp, typval_T *what_arg, typval_T *rettv)
>   ^~~~~~~~~~~~~~~
> 
> Please check the attached patch.

Thanks.  We can also drop the declaration.

-- 
hundred-and-one symptoms of being an internet addict:
18. Your wife drapes a blond wig over your monitor to remind you of what she
    looks like.

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to