Working on g++ compatibility
[invirt/third/libt4.git] / lock_client.cc
index 8864ce9..3c5aa89 100644 (file)
@@ -46,7 +46,7 @@ lock_client::lock_client(string xdst, lock_release_user *_lu) : lu(_lu), next_xi
     rlsrpc->start();
 }
 
-void lock_client::releaser() [[noreturn]] {
+void lock_client::releaser() {
     while (1) {
         lock_protocol::lockid_t lid;
         release_fifo.deq(&lid);