Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0196f88a
Commit
0196f88a
authored
May 28, 2011
by
Paul Eggert
Browse files
Minor fixes prompted by GCC 4.6.0 warnings.
* xselect.c (converted_selections, conversion_fail_tag): Now static.
parent
5fbc2025
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/xselect.c
src/xselect.c
+2
-2
No files found.
src/ChangeLog
View file @
0196f88a
2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
Minor fixes prompted by GCC 4.6.0 warnings.
* xselect.c (converted_selections, conversion_fail_tag): Now static.
* emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
(x_clipboard_manager_save_all): Move extern decl to ...
* xterm.h: ... here, so that it can be checked for consistency.
...
...
src/xselect.c
View file @
0196f88a
...
...
@@ -489,10 +489,10 @@ struct selection_data
/* Linked list of the above (in support of MULTIPLE targets). */
struct
selection_data
*
converted_selections
;
static
struct
selection_data
*
converted_selections
;
/* "Data" to send a requestor for a failed MULTIPLE subtarget. */
Atom
conversion_fail_tag
;
static
Atom
conversion_fail_tag
;
/* Used as an unwind-protect clause so that, if a selection-converter signals
an error, we tell the requester that we were unable to do what they wanted
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment