Use C++11 [[noreturn]] instead of XAPIAN_NORETURN
commit45817bea4b0cd0d3ccdcacd7d9c247ec81f60b52
authorOlly Betts <olly@survex.com>
Tue, 3 Oct 2017 22:45:28 +0000 (4 11:45 +1300)
committerOlly Betts <olly@survex.com>
Tue, 3 Oct 2017 22:45:28 +0000 (4 11:45 +1300)
tree9a94ea4d03bdf8cfb5d263a56066770149759e46
parent869d04efed5e2d48a4fe6b72d558550928d06005
Use C++11 [[noreturn]] instead of XAPIAN_NORETURN
32 files changed:
xapian-applications/omega/Makefile.am
xapian-applications/omega/diritor.h
xapian-applications/omega/expand.cc
xapian-core/api/compactor.cc
xapian-core/api/document.cc
xapian-core/api/matchspy.cc
xapian-core/api/omdatabase.cc
xapian-core/api/replication.cc
xapian-core/backends/flint_lock.h
xapian-core/backends/glass/glass_check.cc
xapian-core/backends/glass/glass_check.h
xapian-core/backends/glass/glass_database.h
xapian-core/backends/glass/glass_databasereplicator.cc
xapian-core/backends/glass/glass_postlist.cc
xapian-core/backends/glass/glass_table.h
xapian-core/backends/inmemory/inmemory_database.h
xapian-core/backends/remote/remote-database.cc
xapian-core/common/Makefile.mk
xapian-core/common/io_utils.cc
xapian-core/common/noreturn.h [deleted file]
xapian-core/docs/doxygen_source.conf.in
xapian-core/net/length.cc
xapian-core/net/remoteconnection.cc
xapian-core/net/remoteserver.cc
xapian-core/net/serialise-error.h
xapian-core/net/tcpserver.cc
xapian-core/tests/harness/backendmanager_remotetcp.cc
xapian-core/tests/harness/testsuite.cc
xapian-core/tests/harness/testsuite.h
xapian-letor/tests/harness/backendmanager_remotetcp.cc
xapian-letor/tests/harness/testsuite.cc
xapian-letor/tests/harness/testsuite.h