projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
880c108
)
(unexec): Remove `unused var n' warning.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:45:27 +0000
(17:45 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:45:27 +0000
(17:45 +0000)
src/unexelf.c
patch
|
blob
|
history
diff --git
a/src/unexelf.c
b/src/unexelf.c
index 7f8ea12b3900ae38c2095355af42f4d8271d89af..b3075f08b2f6e72d8768637fd682d4339578b1f6 100644
(file)
--- a/
src/unexelf.c
+++ b/
src/unexelf.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1985,
1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001
+/* Copyright (C) 1985,
86,87,88,90,92,1999,2000,01,2003
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-1201,6
+1201,7
@@
unexec (new_name, old_name, data_start, bss_start, entry_address)
/* Cause a compilation error if anyone uses n instead of nn below. */
struct {int a;} n;
+ (void)n.a; /* Prevent `unused variable' warnings. */
switch (section.sh_type)
{