Open eribertomota opened 7 years ago
It appears all problems existed before version 2.14 but I'm investigating...
warning: ignoring return value of ‘char* realpath(const char*, char*)’, declared with attribute warn_unused_result [-Wunused-result]
This is indeed a problem when realpath
fails. I consider this a low priority issue and will be fixed on the next version.
warning: ‘%s’ directive output truncated writing 79 bytes into a region of size 68 [-Wformat-truncation=]
This (itself) is not a problem. It's definitely a false-positive warning but this part of the code could be rewritten because it assumes fixed-width terminal.
ar: `u' modifier ignored since `D' is the default (see `U')**
No problem. It always happens because ar
is updated.
I'll leave this issue open until I commit realpath
fix but I think nothing is blocking us from releasing Debian version of ssdeep 2.14. -- Oh, I forgot to refresh the page. Thanks for releasing it!
2017-09-18 19:38 GMT-03:00 Tsukasa #01 (a4lg) notifications@github.com:
I'll leave this issue open until I commit realpath fix but I think nothing is blocking us from releasing Debian version of ssdeep 2.14.
No, it was released yesterday.
Thanks!
Hi,
When building ssdeep 2.14 in Debian, I can see the following messages:
Thanks!
Regards,
Eriberto