summaryrefslogtreecommitdiff
path: root/mu
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-20 07:54:02 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-20 07:54:02 +0300
commitf52ed2c7d8e5baa10f04fad38b8d7da1b987da52 (patch)
tree7a05e19149cebc723b17bc2b3a370bdf1bd51b82 /mu
parent3619df585404004c8c695268c8da611ef95d9800 (diff)
downloadmailutils-f52ed2c7d8e5baa10f04fad38b8d7da1b987da52.tar.gz
mailutils-f52ed2c7d8e5baa10f04fad38b8d7da1b987da52.tar.bz2
Minor fix
* mu/ldflags.c: Ignore "cfg" and "argp" keywords.
Diffstat (limited to 'mu')
-rw-r--r--mu/ldflags.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mu/ldflags.c b/mu/ldflags.c
index 7f52bf28c..9559cce99 100644
--- a/mu/ldflags.c
+++ b/mu/ldflags.c
@@ -65,8 +65,8 @@ struct lib_descr {
#ifdef WITH_PYTHON
{ "python", "-lmu_py " PYTHON_LIBS, -1, NOTALL },
#endif
- { "cfg", "-lmu_cfg", -1, NOTALL },
- { "argp", "-lmu_argp", -2, NOTALL },
+ { "cfg", NULL, 0, 0 }, /* deprecated */
+ { "argp", NULL, 0, 0 }, /* deprecated */
{ NULL }
};
@@ -100,7 +100,7 @@ add_entry (int level, char *ptr)
/* Sort the entries by their level. */
void
-sort_entries ()
+sort_entries (void)
{
int j;

Return to:

Send suggestions and report system problems to the System administrator.