Package: anfo / 0.98-4

Metadata

Package Version Patches format
anfo 0.98-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 silence narrowing conversion.patch | (download)

src/anfo-tool.cc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 force initialization to unsigned because the conversion is narrowing
 Here this is still only a warning but with C++11 this will be an error. 

02 correct minscore self initialization.patch | (download)

src/anfo_common.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct initialization of minscore_

03 include unistd forF_OK.patch | (download)

src/conffile.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include unistd.h to make f_ok available

04 reorder template for new scope rules.patch | (download)

src/stream.h | 5 3 + 2 - 0 !
src/util.h | 13 7 + 6 - 0 !
2 files changed, 10 insertions(+), 8 deletions(-)

 correct ordering of template declarations to honor new scope rules

05 autoreconf.patch | (download)

configure.ac | 3 3 + 0 - 0 !
src/Makefile.am | 10 5 + 5 - 0 !
2 files changed, 8 insertions(+), 5 deletions(-)

 enable using autoreconf and add protobuf to global link command