diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-10-11 08:09:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-10-11 09:12:17 +0200 |
commit | d0f3e24a7a34aac41e0b433d45c657b136ff8fe0 (patch) | |
tree | a60329687edfa96d4e40acf8cb8b1f7453c0ebe3 /sw/source | |
parent | 71337b4327805b73e92c995153c5746d89793b13 (diff) |
loplugin:loopvartoosmall
> /Users/stephan/lo/core/vcl/quartz/ctfonts.cxx:255:33: error: loop index type 'unsigned int' is narrower than length type 'CFIndex' (aka 'long') [loplugin:loopvartoosmall]
> for (auto i = 0u; i < nTags; i++)
> ~~^~~~~~~
(and whatever the motivation in d7083fe6dd383ac4144fbe53e300bc3d34f26ef6
"tdf#72456: Support font embedding on macOS" to use an unsigned 0u here)
Change-Id: I6a96dd2b2146c27d68a8a53daf3c2fe1f744738d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141201
Reviewed-by: خالد حسني <khaled@aliftype.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source')
0 files changed, 0 insertions, 0 deletions