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 "UNNAMED PROJECT".
The branch, master has been updated
via e04fd0cf0f33ea26ebe5bfe6eef3494de2bc70f0 (commit)
from 6922bcd929d584bbb04b0f0fb190698c6e99f6de (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/osmo-pcu/commit/?id=e04fd0cf0f33ea26ebe5bfe6eef3494…
commit e04fd0cf0f33ea26ebe5bfe6eef3494de2bc70f0
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue May 31 13:18:01 2016 +0200
tbf: replace this == NULL check in tbf->name
All checks of (this == null) will be eliminated by GCC >= 6.1
(
https://gcc.gnu.org/gcc-6/changes.html, Value range propagation now
assumes that the this pointer of C++ member functions is non-null.
Change-Id: Ifddaef70bb0a4402050c817b1000d515c3a7118b
Reviewed-on:
https://gerrit.osmocom.org/136
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/tbf.cpp | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT