vcl/win/gdi/winlayout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d5f88932b60b79a8a677583f70c16d600c159935
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Fri Apr 9 15:28:18 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 9 17:01:10 2021 +0200

    loplugin:noexceptmove (clang-cl)
    
    Change-Id: I55f5c725ac65058f5424f472cb71a84c9e3322f4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113873
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index a246ae7096c1..0f82d1af5bc6 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -186,7 +186,7 @@ struct BlobReference
     {
         hb_blob_reference(mpBlob);
     }
-    BlobReference(BlobReference&& other)
+    BlobReference(BlobReference&& other) noexcept
         : mpBlob(other.mpBlob)
     {
         other.mpBlob = nullptr;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to