Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/02/2013 06:34 PM, Terrence Enger wrote: In recent builds there have been several instances of a message warning: this decimal constant is unsigned only in ISO C90. The warnings were abzent from master fetched 2013-08-19, but master fetched 2013-08-28 had 873 instances. I have looked at a

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Tor Lillqvist
dougmencken had the same issue. He of course is using a toolchain and SDK we don't support any more (building for OS X 10.5 on PowerPC, with gcc 4.2 I think), but maybe this is a more general problem then, also for supported configurations? The exact problem, if I recall from IRC, is with the

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/03/2013 09:15 AM, Tor Lillqvist wrote: dougmencken had the same issue. He of course is using a toolchain and SDK we don't support any more (building for OS X 10.5 on PowerPC, with gcc 4.2 I think), but maybe this is a more general problem then, also for supported configurations? The exact

Re: subject: build warnings: ... unsigned only in ISO C90

2013-09-03 Thread Stephan Bergmann
On 09/03/2013 10:47 AM, Stephan Bergmann wrote: Ah, this is a bug in cppumaker. UNO enum members must have numeric values in the range [-2^31 ... 2^31 - 1] (cf. http://www.openoffice.org/udk/common/man/typesystem.html), so cppumaker should emit that as -256 rather than 4294967040. Fix to

subject: build warnings: ... unsigned only in ISO C90

2013-09-02 Thread Terrence Enger
that generates the .hdl's and .hpp's. Is this a concern? I presume it would make it impossible to build with warnings-as-errors. Terry. -- View this message in context: http://nabble.documentfoundation.org/subject-build-warnings-unsigned-only-in-ISO-C90-tp4072690.html Sent from the Dev mailing list