From noreply at github.com Mon Aug 22 17:55:09 2016 From: noreply at github.com (GitHub) Date: Mon, 22 Aug 2016 17:55:09 -0700 Subject: [Xorp-hackers] [greearb/xorp.ct] 2030b4: Fix compile warnings on Fedora 24. Message-ID: <57bb9eed72401_5503fb36d57f13876444@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 2030b4d08ba21cc7540dbfbef998cb6f016cff12 https://github.com/greearb/xorp.ct/commit/2030b4d08ba21cc7540dbfbef998cb6f016cff12 Author: Ben Greear Date: 2016-08-22 (Mon, 22 Aug 2016) Changed paths: M xorp/bgp/route_table_policy.cc M xorp/cli/libtecla/cplfile.c M xorp/cli/libtecla/cplmatch.c M xorp/cli/tools/cli_generic.cc M xorp/fea/data_plane/io/io_ip_socket.cc M xorp/libxorp/ref_trie.hh M xorp/xrl/scripts/clnt-gen Log Message: ----------- Fix compile warnings on Fedora 24. Newer gcc/g++ is more picky. auto_ptr change is most risky I assume, hope it works. Signed-off-by: Ben Greear From noreply at github.com Tue Aug 23 14:34:01 2016 From: noreply at github.com (GitHub) Date: Tue, 23 Aug 2016 14:34:01 -0700 Subject: [Xorp-hackers] [greearb/xorp.ct] 0a589e: Fix build on older compilers that don't have 'uniq... Message-ID: <57bcc1491baea_12ea3fcfeaf9913412625d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: 0a589e2758ffaaf8552892682472429fa14501f3 https://github.com/greearb/xorp.ct/commit/0a589e2758ffaaf8552892682472429fa14501f3 Author: Ben Greear Date: 2016-08-23 (Tue, 23 Aug 2016) Changed paths: M xorp/libxorp/xorp.h Log Message: ----------- Fix build on older compilers that don't have 'unique_ptr' support. Signed-off-by: Ben Greear