<div dir="ltr"><div class="gmail_extra" style>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?</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>The exact problem, if I recall from IRC, is with the TransliterationModules::IGNORE_MASK in offapi/com/sun/star/i18n/TransliterationModules.idl . Its value in IDL is -0x100, and in the generated header it shows up as 4294967040. </div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Should the cppumaker be enhanced to output constants like this as 4294967040u instead? Would that make the warning go away? Terrence, can you check please: Manually edit the workdir/*/UnoApiHeadersTarget/offapi/normal/com/sun/star/i18n/TransliterationModules.hdl file and add an 'u' after the   4294967040 number.</div>

<div class="gmail_extra" style><br></div><div class="gmail_extra" style>--tml</div></div>