Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Someone-Else
Vim
Commits
08bc274e
Commit
08bc274e
authored
12 years ago
by
Bram Moolenaar
Browse files
Options
Downloads
Patches
Plain Diff
updated for version 7.3.542
Problem: Function is sometimes unused. Solution: Add #ifdef.
parent
81340397
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gui_gtk.c
+4
-1
4 additions, 1 deletion
src/gui_gtk.c
src/version.c
+2
-0
2 additions, 0 deletions
src/version.c
with
6 additions
and
1 deletion
src/gui_gtk.c
+
4
−
1
View file @
08bc274e
...
...
@@ -90,11 +90,13 @@ typedef int GtkWidget;
static
void
entry_activate_cb
(
GtkWidget
*
widget
,
gpointer
data
);
static
void
entry_changed_cb
(
GtkWidget
*
entry
,
GtkWidget
*
dialog
);
static
void
find_replace_cb
(
GtkWidget
*
widget
,
gpointer
data
);
#if defined(FEAT_BROWSE) || defined(PROTO)
static
void
recent_func_log_func
(
const
gchar
*
log_domain
,
GLogLevelFlags
log_level
,
const
gchar
*
message
,
gpointer
user_data
);
#endif
#if defined(FEAT_TOOLBAR)
/*
...
...
@@ -1896,6 +1898,7 @@ ex_helpfind(eap)
do_cmdline_cmd
((
char_u
*
)
"emenu ToolBar.FindHelp"
);
}
#if defined(FEAT_BROWSE) || defined(PROTO)
static
void
recent_func_log_func
(
const
gchar
*
log_domain
UNUSED
,
GLogLevelFlags
log_level
UNUSED
,
...
...
@@ -1905,4 +1908,4 @@ recent_func_log_func(const gchar *log_domain UNUSED,
/* We just want to suppress the warnings. */
/* http://bugzilla.gnome.org/show_bug.cgi?id=664587 */
}
#endif
This diff is collapsed.
Click to expand it.
src/version.c
+
2
−
0
View file @
08bc274e
...
...
@@ -714,6 +714,8 @@ static char *(features[]) =
static
int
included_patches
[]
=
{
/* Add new patch number below this line */
/**/
542
,
/**/
541
,
/**/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment