include/basegfx/range/basicrange.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 281a7e96495f4c8665c1fffee5bac287b6f002f2
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Tue Sep 19 15:02:10 2023 +0300
Commit:     Balazs Varga <balazs.varga.ext...@allotropia.de>
CommitDate: Fri Sep 22 19:27:30 2023 +0200

    Related: Ignore warning C4723 for windows arm64 build
    
    Add description of C4723 error.
    
    follow-up: 246d4f14c347ddd8cf49a397984a5f13c9687896
    Change-Id: I7752f8989e21a1af772bea47aeaf2a832e0af175
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157047
    Tested-by: Jenkins
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

diff --git a/include/basegfx/range/basicrange.hxx 
b/include/basegfx/range/basicrange.hxx
index 53134cd9e0eb..68c365d0b9fb 100644
--- a/include/basegfx/range/basicrange.hxx
+++ b/include/basegfx/range/basicrange.hxx
@@ -271,7 +271,7 @@ namespace basegfx
 
 #if defined _MSC_VER && defined(_M_ARM64)
 #pragma warning(push)
-#pragma warning(disable: 4723) /* ignore: warning for C4723 on windows arm64 
build */
+#pragma warning(disable: 4723) /* ignore: warning for (C4723) potential divide 
by 0 on windows arm64 build */
 #endif
         typename Traits::DifferenceType getRange() const
         {

Reply via email to