alternatives: remove duplicate 'const' specifier
authorYousong Zhou <zhouyousong@yunionyun.com>
Fri, 14 Jun 2019 01:28:54 +0000 (01:28 +0000)
committerYousong Zhou <zhouyousong@yunionyun.com>
Fri, 14 Jun 2019 01:30:02 +0000 (01:30 +0000)
commitdcbc142e51f5f5f2fb9e4e44657e013d3c36a52b
treefc2c49d2594a0fb6c2514983f40746783ac9d03b
parent21b7bd73ae88ba2ce9a5bfeedf67bc204d10fd08
alternatives: remove duplicate 'const' specifier

To quash warnings from GCC 7.

/home/yunion/git-repo/openwrt/openwrt/build_dir/target-mips_24kc_musl/linux-malta_be/opkg-2019-06-14-21b7bd73/libopkg/pkg_alternatives.c:35:42: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
 static const struct alternative_provider const providers[] = {
  ^~~~~

Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
libopkg/pkg_alternatives.c