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 a99d95e3afc528829f657e37f0572ac78bf06d4b (commit) from e500e2e5d1d44f31e0fffeda9a1e272e8fb0320c (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=a99d95e3afc528829f657e37f0572ac7...
commit a99d95e3afc528829f657e37f0572ac78bf06d4b Author: Jacob Erlbeck jerlbeck@sysmocom.de Date: Mon Jun 29 09:56:55 2015 +0200
llc/test: Explicitly enable extended initialiser lists
To support extended initialiser lists some platforms (at least debian squeeze) require to add -std=c++0x or -std=gnu++0x to CXXFLAGS. While that option is deprecated on newer platforms (at least gcc 4.8) this options is still supported on every platform currently in use.
This commit adds -std=gnu++0x to the CXXFLAGS used to compile LlcTest.cpp.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes: tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+)
hooks/post-receive