mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-28 10:48:18 +02:00
clang warns:
make[7]: Entering directory `./NetworkManager/src/settings/plugins/ifcfg-rh'
CC writer.lo
writer.c:2505:20: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static const char const as_dash[] = "\\][|/=()!";
^~~~~~
CC utils.lo
utils.c:40:20: error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
static const char const drop_chars[] = "\r\n"; /* drop CR and LF */
^~~~~~
Signed-off-by: Thomas Haller <thaller@redhat.com>
|
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| errors.c | ||
| Makefile.am | ||
| nm-ifcfg-connection.c | ||
| nm-ifcfg-connection.h | ||
| nm-ifcfg-rh.conf | ||
| nm-ifcfg-rh.xml | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| shvar.c | ||
| shvar.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||