[SOLVED] Re: Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread julien2412
Indeed by cherry-picking your patch, it worked locally!
Thank you Stephan!

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread julien2412
Hello,

On pc Debian x86-64 with master sources updated on a 2nd build where I don't
use enable-dbgutil but I still use --enable-werror, I got these errors:
/home/julien/lo/libo_perf/cppu/source/uno/check.cxx:138:11: error: unused
class member [loplugin:unusedmember]
Char3 chars;
~~^
/home/julien/lo/libo_perf/cppu/source/uno/check.cxx:139:10: error: unused
class member [loplugin:unusedmember]
char c;
~^

I must recognize I don't know why I didn't get these before.

Any thoughts?

Julien



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Build error cppu/source/uno/check.cxx:138:11: error: unused class member [loplugin:unusedmember]

2020-08-04 Thread Stephan Bergmann

On 04/08/2020 16:39, julien2412 wrote:

On pc Debian x86-64 with master sources updated on a 2nd build where I don't
use enable-dbgutil but I still use --enable-werror, I got these errors:
/home/julien/lo/libo_perf/cppu/source/uno/check.cxx:138:11: error: unused
class member [loplugin:unusedmember]
 Char3 chars;
 ~~^
/home/julien/lo/libo_perf/cppu/source/uno/check.cxx:139:10: error: unused
class member [loplugin:unusedmember]
 char c;
 ~^

I must recognize I don't know why I didn't get these before.

Any thoughts?


 "Avoid warnings about 
unused Char4" should fix it


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice