projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c50f0
)
Avoid "statement not reached" error.
author
John Gilmore
<gnu@cygnus>
Tue, 9 Jul 1991 02:36:38 +0000
(
02:36
+0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 9 Jul 1991 02:36:38 +0000
(
02:36
+0000)
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index 2dea71a3e74423f16a2e1326e3d27a0a211f0783..146d679dabacca93edb1881ae37bf534ede702ce 100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-1840,7
+1840,9
@@
DEFUN(coff_set_flags,(abfd, magicp, flagsp),
#endif
default: /* Unknown architecture */
- return false;
+ /* return false; -- fall through to "return false" below, to avoid
+ "statement never reached" errors on the one below. */
+ break;
}
return false;