This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "asn1c runtime code as shared library".
The branch, master has been updated
via 551e9c94b3e067f548bcf08e1c3f202f90d6558c (commit)
from 0e1a6450a44e367b796fc5a905e3a081ae12a20c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libasn1c/commit/?id=551e9c94b3e067f548bcf08e1c3f202…
commit 551e9c94b3e067f548bcf08e1c3f202f90d6558c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 28 04:27:44 2017 +0200
fix compiler warning: drop dead code from BIT_STRING_fromBuf()
The warning is, on FreeBSD,
CC asn1helpers.lo
asn1helpers.c:68:10: error: comparison of unsigned expression < 0 is always false
[-Werror,-Wtautological-compare]
if (len < 0)
~~~ ^ ~
Change-Id: I80867da697d744d7ef4d70c8f24031f5781fb11a
-----------------------------------------------------------------------
Summary of changes:
src/asn1helpers.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--
asn1c runtime code as shared library