Zdravím,
jedna z forem propagace je televize, rozhlas. Napadlo vás, že by stálo
za to se nabídnout v tomto směru? Věřím, že Veselovský z DVTV by mohl
mít zájem. Dáme dohromady nějaký mejlík? Šel by si někdo sednout do
horkého křesla?
P.
___
LibreOff
On Sat, 2013-01-19 at 11:28 +0100, Lubos Lunak wrote:
> it incidentally triggers when passing bool to SvStream, because it
> doesn't have any overload for operator<<(bool), and int is chosen over
> unsigned char AKA sal_Bool , so Caolan added it in
> e8bbb76827dd7a0e30d7d1db34a812a84d85f390
> -
r ‘unsigned int’
[-Werror=sign-promo]
-Wsign-promo is a rather pointless warning these days (the section in the gcc
manpage is a funny read and not only because it talks about Cfront). I've
added more overloads to silence it, but I rather wonder why we have this
explicitly enabled at
On 01/19/2013 03:12 PM, Michael Stahl wrote:
On 19/01/13 11:28, Lubos Lunak wrote:
-Wsign-promo is a rather pointless warning these days (the section in the gcc
manpage is a funny read and not only because it talks about Cfront). I've
Some of the funniness is likely due to
On 19/01/13 11:28, Lubos Lunak wrote:
> -Wsign-promo is a rather pointless warning these days (the section in the
> gcc
> manpage is a funny read and not only because it talks about Cfront). I've
> added more overloads to silence it, but I rather wonder why we have this
>
testInt() [with T = rtl::OUString]’:
> /home/julien/compile-libreoffice/libo/sal/qa/rtl/strings/test_strings_value
>x.cxx:77:28: required from here
> /home/julien/compile-libreoffice/libo/sal/qa/rtl/strings/test_strings_value
>x.cxx:48:5: error: passing ‘unsigned char’ chooses ‘i