diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2014-09-28 20:51:47 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2014-10-01 13:09:35 +0200 |
| commit | aeeb81317e6887005562b790710f774f09d329c2 (patch) | |
| tree | 81f54ae56390e5672c0b4868b8865f8ec20d1070 /include/debug.h | |
| parent | 7fe033ef9a3e53b40c71b459b56d3405b51b22f8 (diff) | |
| download | util-linux-aeeb81317e6887005562b790710f774f09d329c2.tar.gz | |
include/debug: remove duplicate 'const' declaration warning
./include/debug.h:89:55: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/debug.h')
| -rw-r--r-- | include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h index 25045aa942..4dfc1eb32f 100644 --- a/include/debug.h +++ b/include/debug.h @@ -86,7 +86,7 @@ ul_debugobj(void *handler, const char *mesg, ...) fputc('\n', stderr); } -static inline int parse_envmask(const struct dbg_mask const flagnames[], +static inline int parse_envmask(const struct dbg_mask flagnames[], const char *mask) { int res; |
