pkg: cleanups

pull/100/head
William Pitcock 2016-12-10 16:06:18 -06:00
parent 0ae2d8e5de
commit eab112fb15
1 changed files with 1 additions and 3 deletions

View File

@ -239,9 +239,7 @@ pkgconf_pkg_new_from_file(const pkgconf_client_t *client, const char *filename,
switch (op)
{
case ':':
if (!pkgconf_pkg_parser_keyword_set(client, pkg, key, value))
/* XXX: warning? */
;
pkgconf_pkg_parser_keyword_set(client, pkg, key, value);
break;
case '=':
pkgconf_tuple_add(client, &pkg->vars, key, value, true);