forked from aniani/vim
patch 9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED
Problem: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED. Solution: Remove UNUSED flag. closes: #12841 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
9994160bfe
commit
44a6b72d7f
@@ -1239,10 +1239,10 @@ browse_destroy_cb(GtkWidget *widget UNUSED)
|
|||||||
* dflt default name
|
* dflt default name
|
||||||
* ext not used (extension added)
|
* ext not used (extension added)
|
||||||
* initdir initial directory, NULL for current dir
|
* initdir initial directory, NULL for current dir
|
||||||
* filter not used (file name filter)
|
* filter file name filter
|
||||||
*/
|
*/
|
||||||
char_u *
|
char_u *
|
||||||
gui_mch_browse(int saving UNUSED,
|
gui_mch_browse(int saving,
|
||||||
char_u *title,
|
char_u *title,
|
||||||
char_u *dflt,
|
char_u *dflt,
|
||||||
char_u *ext UNUSED,
|
char_u *ext UNUSED,
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1743,
|
||||||
/**/
|
/**/
|
||||||
1742,
|
1742,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user