diff options
author | midipix <writeonce@midipix.org> | 2016-04-06 20:25:03 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-06 20:42:31 -0400 |
commit | 14691615ea47dd30f03db73505f3f493c202e512 (patch) | |
tree | e143fffbb85523df18f411adc44a8a95d68fe57e /src/output | |
parent | 94d109fa418c024c214a50d645624e2e2935e6d1 (diff) | |
download | slibtool-14691615ea47dd30f03db73505f3f493c202e512.tar.bz2 slibtool-14691615ea47dd30f03db73505f3f493c202e512.tar.xz |
driver: slbt_init_link_params(): explicitly initialize the 'prefix' variable.
This addresses a compiler false positive identification of a missing
variable initialization.
Note that access to 'prefix' is preceded by the following check:
if (!libname)
return 0;
and that all code paths which include an initialization of 'libname'
also entail the initialization of 'prefix'.
Diffstat (limited to 'src/output')
0 files changed, 0 insertions, 0 deletions