Fix a warning in libdwarf found by -Wmissing-variable-declarations.
This commit is contained in:
parent
35b270102d
commit
5371959e6f
@ -28,7 +28,7 @@
|
||||
|
||||
ELFTC_VCSID("$Id: dwarf_errmsg.c 2576 2012-09-13 09:16:11Z jkoshy $");
|
||||
|
||||
const char *_libdwarf_errors[] = {
|
||||
static const char *_libdwarf_errors[] = {
|
||||
#define DEFINE_ERROR(N,S) [DW_DLE_##N] = S
|
||||
DEFINE_ERROR(NONE, "No Error"),
|
||||
DEFINE_ERROR(ERROR, "An error"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user