forked from ariadne/pkgconf
libpkgconf: pkg: fix harmless gcc7 compiler warning
parent
1c9f36036a
commit
4a09efe070
|
@ -900,7 +900,8 @@ static pkgconf_pkg_t pkg_config_virtual = {
|
||||||
.key = "pc_path",
|
.key = "pc_path",
|
||||||
.value = PKG_DEFAULT_PATH,
|
.value = PKG_DEFAULT_PATH,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
.tail = NULL,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -929,7 +930,8 @@ static pkgconf_pkg_t pkgconf_virtual = {
|
||||||
.key = "pc_path",
|
.key = "pc_path",
|
||||||
.value = PKG_DEFAULT_PATH,
|
.value = PKG_DEFAULT_PATH,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
|
.tail = NULL,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue