https://bugs.documentfoundation.org/show_bug.cgi?id=147021
--- Comment #5 from Hossein <[email protected]> --- (In reply to Commit Notification from comment #4) > Hossein committed a patch related to this issue. > It has been pushed to "master": This is an example for changing the type of the variable to a suitable unsigned type. https://git.libreoffice.org/core/commit/a5c6fbe247ee9f9b2fba828d1360748c3fe4642b The signed loop index variable of type 'int' is converted into 'size_t' to match the return value of std::size() which is unsigned -- You are receiving this mail because: You are the assignee for the bug.
