Hi,

"and" is a C++ keyword (https://en.cppreference.com/w/cpp/keyword, 
https://en.cppreference.com/w/cpp/keyword/and) which is the logical AND (&&). I 
am surprised it is not recognized.
C++ keywords: and - 
cppreference.com<https://en.cppreference.com/w/cpp/keyword/and>
This page was last modified on 9 February 2019, at 16:36. This page has been 
accessed 70,230 times. Privacy policy; About cppreference.com; Disclaimers
en.cppreference.com


C++ keywords - cppreference.com<https://en.cppreference.com/w/cpp/keyword>
Also, all identifiers that contain a double underscore __ in any position and 
each identifier that begins with an underscore followed by an uppercase letter 
is always reserved and all identifiers that begin with an underscore are 
reserved for use as names in the global namespace. See identifiers for more 
details.. The namespace std is used to place names of the standard C++ library.
en.cppreference.com


"--enable-werror" is not in my Makefile. I'll active it next time with 
autogen.sh.

Is it possible to amend a commit in order to my change ID 71651 or do I have to 
abandon this change and push another one?

________________________________
De : Regina Henschel <rb.hensc...@t-online.de>
Envoyé : vendredi 3 mai 2019 00:25
À : Adrien Ollier; libreoffice@lists.freedesktop.org
Objet : Re: help!

Hi Adrien,

Adrien Ollier schrieb am 02-May-19 um 21:32:
> Hi everybody,
>
> All of my commits fail at Jenkins tests:
[..}
> https://gerrit.libreoffice.org/#/c/71652/

Wrong syntax for the boolean operator.
http://www.cplusplus.com/doc/tutorial/operators/

>
> But the changes are very simple and on my computer I have no error.

Do you have option --enable-werror in your configure?

Kind regards
Regina
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to