Mobile/Build/WinMobile6 XULRunner BrainDump 20080630

From MozillaWiki
< Mobile‎ | Build
Jump to: navigation, search

WinMobile 6 XULRunner BrainDump (07-Jul-2008)

This page is a storage site for the issues I have been running into during my time working on getting XULRunner.exe functional on a Windows Mobile 6 environment.

DO NOT USE WINDOWS VISTA!

DO NOT USE WINDOWS VISTA TO BUILD XULRunner.EXE! Turns out that Windows Vista has a neat file-driver functionality. The file-driver will keep shadow files of changed source code on it's hard disks. Randomly, Windows Vista will decide that the source code file was inappropriately changed, and replace your modified source file with it's original version.

WINDOWS VISTA WILL DISTURB YOUR PROGRAMMING EFFORTS HORRIBLY

Of course, this could be a symptom of Windows Vista interaction with CVS, and may not be relevant to your programming efforts using Mercurial. But do you want to spend a week programming, only to find out that SOME of your files have been changed from underneath you?

I am sticking with Windows XP for my programming machines, thank you just the same! If you are really stuck, you could try something like VMware and a Windows XP image (runs great on Mac Notebook computers, by the way).

Building XULRunner

I started with the version 1.9 code base from mozilla-central, modified by Brad Lassey to add unicode for WINCE builds. Originally, Brad's unicode patches were slightly stale. So, I first worked with Brad to update those patches - creating a code base that would build using these instructions for building Windows Mobile.

Original Build Environment

The original build environment used was Visual Studio 2005 (VS8), Windows Mobile 6 Standard and Professional SDKs, and a MOZILLA-BUILD subdirectory containing MingW32, 7ZIP, NSIS, Python 2.5, SVN 1.4.2, wget. xemacs, and UPX 2.03.

Follow the instructions here to setup a window development environment.

Visual Studio Versions

Two different versions of the Microsoft Visual Studio Integrated Development Environment are discussed on this page. Here is a cheat sheet for the two versions:

  • Visual Studio 2005 = Visual Studio 8 = VS8
    • IDE available for a few years now
    • First Emulator that is a real ARM emulation, not just a simulator
    • Currently preferred compiler for Mozilla
    • Potentially buggy Emulator Directory Sharing (more on this later)
  • Visual Studio 2008 = Visual Studio 9 = VS9
    • IDE less than a year old
    • More advanced Emulator, more emulation packages (and form factors)
    • Not currently supported by Mozilla

Build Instructions

I built XULRunner using the instructions found here.

MyBrowser - Testing Application

For testing, I use a slightly modified MyBrowser XULRunner application. Here is a ZIP file containing the MyBrowser application I used: File:2008 07 07 WinCE MyBrowser TestApp.zip.

Initial testing on VS8 Emulator was done by copying the mybrowser directory within the ZIP file to the OBJDIR/dist/bin directory (creating a OBJDIR/dist/bin/mybrowser subdirectory).

Then, map the OBJDIR/dist bin to the emulator's shared folder.

Finally, run the XULRunner.exe application with an argument of mybrowser\application.ini.

VS8 Build Warnings

The following are lines of warnings from within a full XULRunner.exe VS8 build.

You might want to copy the text below into your favorite editor in order to see the warning messages more clearly.

\mozilla\unicode\build_log.txt: configure: warning: Resulting builds will not be compatible with Windows Vista. (bug 428970)
\mozilla\unicode\build_log.txt: configure: warning: Recreating autoconf.mk with updated nspr-config output
\mozilla\unicode\build_log.txt: C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\wingdi.h(98) : warning C4005: 'ERROR' : macro redefinition
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(270) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(490) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(494) : warning C4133: 'function' : incompatible types - from 'char [512]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(495) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(501) : warning C4133: 'function' : incompatible types - from 'char [2]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(513) : warning C4133: 'function' : incompatible types - from 'char [512]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(517) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/io/prlog.c(534) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/linking/prlink.c(1941) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/linking/prlink.c(1947) : warning C4133: 'function' : incompatible types - from 'char [260]' to 'LPWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/ntmisc.c(239) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/ntmisc.c(399) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/ntmisc.c(412) : warning C4090: 'function' : different 'const' qualifiers
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(230) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(288) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(534) : warning C4133: 'function' : incompatible types - from 'char [260]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(562) : warning C4133: '=' : incompatible types - from 'WCHAR *' to 'char *'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(586) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(793) : warning C4133: 'function' : incompatible types - from 'char [13]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(823) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(872) : warning C4133: 'function' : incompatible types - from 'char [261]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(896) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCTSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(1033) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(1033) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(1068) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(1092) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95io.c(1107) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w95sock.c(122) : warning C4133: 'function' : incompatible types - from 'char [11]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w32ipcsem.c(150) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w32ipcsem.c(167) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w32poll.c(43) : warning C4005: 'FD_SETSIZE' : macro redefinition
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w32shm.c(128) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/md/windows/w32shm.c(159) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCTSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/nsprpub/pr/src/misc/prsystem.c(316) : warning C4133: 'function' : incompatible types - from 'char [13]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/js/src/jsemit.cpp(5909) : warning C4804: '<' : unsafe use of type 'bool' in operation
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/ds/nsIAtom.idl:86: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIATOM macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/glue/nsStringAPI.cpp(419) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/glue/nsStringAPI.cpp(444) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/glue/nsStringAPI.cpp(828) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/glue/nsStringAPI.cpp(857) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(419) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(444) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(828) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(857) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/io/nsPipe3.cpp(318) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/io/nsPipe3.cpp(319) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/io/nsStorageStream.cpp(509) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/components/nsComponentManager.cpp(2648) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/components/nsComponentManager.cpp(3069) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/components/nsComponentManager.cpp(3111) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/build/../glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/build/../glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/build/../glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/zlib/src/adler32.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/zlib/src/compress.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/zlib/src/uncompr.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/zlib/src/zutil.c(144) : warning C4273: 'errno' : inconsistent dll linkage
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/storage/public/mozIStorageValueArray.idl:154: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_MOZISTORAGEVALUEARRAY macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/libpref/src/nsPrefService.cpp(607) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/libpref/src/nsPrefService.cpp(619) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/base/src/nsStandardURL.cpp(1444) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/base/src/nsSocketTransport2.cpp(719) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/base/src/nsSocketTransport2.cpp(720) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(189) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(190) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(261) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(290) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(1252) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/jpeg/jcmarker.c(658) : warning C4028: formal parameter 2 different from declaration
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/jpeg/jcmarker.c(659) : warning C4028: formal parameter 2 different from declaration
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/lcms/src/cmserr.c(96) : warning C4133: 'function' : incompatible types - from 'char [1024]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/lcms/src/cmserr.c(96) : warning C4133: 'function' : incompatible types - from 'char [11]' to 'LPCWSTR'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/js/src/xpconnect/idl/nsIXPConnect.idl:219: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIXPCONNECTWRAPPEDNATIVE macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/js/src/xpconnect/idl/nsIXPConnect.idl:413: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIXPCONNECT macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/caps/idl/nsIScriptSecurityManager.idl:329: Warning: nsIScriptSecurityManager is scriptable but inherits from the non-scriptable interface nsIXPCSecurityManager
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/plugin/base/public/nsIPluginManager.idl:140: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/plugin/base/public/nsIPluginManager.idl:187: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/plugin/base/public/nsIPluginManager.idl:246: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/plugin/base/public/nsIPluginInstanceOwner.idl:94: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGININSTANCEOWNER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/plugin/base/public/nsIPluginInstanceOwner.idl:104: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGININSTANCEOWNER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/idl/nsIEditor.idl:70: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIEDITOR macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/idl/nsIHTMLEditor.idl:60: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIHTMLEDITOR macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/idl/nsIHTMLObjectResizer.idl:50: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIHTMLOBJECTRESIZER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/embedding/components/windowwatcher/public/nsPIPromptService.idl:57: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSPIPROMPTSERVICE macro; if the code fragment contains method declarations, the macro probably isn't complete.
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/modules/libjar/nsZipArchive.cpp(952) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7600) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7601) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7710) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7711) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7714) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7715) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7716) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7717) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7732) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7733) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7735) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7778) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7784) : warning C4244: '=' : conversion from 'double' to 'time_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7895) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7901) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7993) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(7999) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(8005) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(8199) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(8227) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(11110) : warning C4244: '=' : conversion from 'sqlite3_int64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(11718) : warning C4244: 'initializing' : conversion from 'sqlite_uint64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(13784) : warning C4244: '=' : conversion from 'u64' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(13787) : warning C4244: '=' : conversion from 'u64' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(13794) : warning C4244: '=' : conversion from 'u64' to 'u8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19000) : warning C4244: '=' : conversion from 'sqlite3_int64' to 'DWORD', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19001) : warning C4244: '=' : conversion from 'sqlite3_int64' to 'DWORD', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19155) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19216) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19341) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19342) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19374) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19375) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19406) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(19407) : warning C4244: 'initializing' : conversion from 'sqlite3_int64' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(21179) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(21196) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(21852) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(21858) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22069) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22082) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22097) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22209) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22225) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22417) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22717) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22724) : warning C4244: '=' : conversion from 'i64' to 'Pgno', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22726) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(22810) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(23249) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(24503) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(24801) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(26656) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(26658) : warning C4244: 'function' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(27346) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(28134) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(28634) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(28634) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(29327) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(29444) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(29449) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(29645) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(29652) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30000) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30000) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30002) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30004) : warning C4244: 'function' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30005) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30005) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30266) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30402) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30583) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30654) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30656) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30833) : warning C4244: '=' : conversion from 'u16' to 'u8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(30915) : warning C4244: '=' : conversion from 'u16' to 'u8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(32300) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(32827) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(33509) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(33517) : warning C4244: 'function' : conversion from 'i64' to 'size_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(33520) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(33765) : warning C4244: '=' : conversion from 'double' to 'i64', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(33876) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(34055) : warning C4244: '=' : conversion from 'const i64' to 'double', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(34060) : warning C4244: '=' : conversion from 'const i64' to 'double', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(34417) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36215) : warning C4244: 'return' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36231) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36338) : warning C4244: '=' : conversion from 'u64' to 'u8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36352) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36519) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36521) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36547) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36549) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36594) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36633) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36803) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(36992) : warning C4244: '=' : conversion from 'double' to 'i64', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(37029) : warning C4244: '=' : conversion from 'double' to 'u64', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(38849) : warning C4244: 'function' : conversion from 'i64' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(38987) : warning C4244: '=' : conversion from 'i64' to 'double', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(39823) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(39892) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(39910) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(39925) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40108) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40140) : warning C4244: 'function' : conversion from 'u64' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40158) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40161) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40170) : warning C4244: '=' : conversion from 'u64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40174) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40389) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40393) : warning C4244: '=' : conversion from 'i64' to 'u8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40513) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(40532) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(41306) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(41453) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(42142) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(42150) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(42695) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(42709) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(52794) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(53304) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(53367) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(53800) : warning C4244: 'initializing' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(53801) : warning C4244: 'initializing' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(53802) : warning C4244: 'initializing' : conversion from 'i64' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/db/sqlite3/src/sqlite3.c(66479) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/storage/src/mozStorageStatement.cpp(801) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/uriloader/prefetch/nsPrefetchService.cpp(979) : warning C4305: '=' : truncation from 'nsresult' to 'PRUint16'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/uriloader/prefetch/nsPrefetchService.cpp(979) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/uriloader/prefetch/nsOfflineCacheUpdate.cpp(371) : warning C4305: '=' : truncation from 'nsresult' to 'PRUint16'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/uriloader/prefetch/nsOfflineCacheUpdate.cpp(371) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/caps/idl/nsIScriptSecurityManager.idl:329: Warning: nsIScriptSecurityManager is scriptable but inherits from the non-scriptable interface nsIXPCSecurityManager
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-combine.c(372) : warning C4244: 'function' : conversion from 'uint16_t' to 'uint8_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(404) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(405) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(406) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(602) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(603) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-pict.c(604) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-source.c(103) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-source.c(104) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-source.c(167) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-source.c(168) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(252) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(255) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(329) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(332) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(412) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(415) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(252) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(255) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(329) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(332) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(412) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(415) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(55) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(259) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(260) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(268) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(269) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(289) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/libpixman/src/pixman-utils.c(293) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(153) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(154) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(174) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(175) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(282) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(283) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(284) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(285) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(549) : warning C4244: '=' : conversion from 'cairo_int64_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(558) : warning C4244: '=' : conversion from 'cairo_int64_t' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(1428) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(1429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-paginated-surface.c(261) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-paginated-surface.c(262) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1717) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1718) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1719) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1720) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2020) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2020) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2021) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2021) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pen.c(271) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1551) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1555) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1555) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-surface.c(742) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-surface.c(743) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(308) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(312) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(451) : warning C4244: '=' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(452) : warning C4244: '=' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(453) : warning C4244: '=' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(454) : warning C4244: '=' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(682) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(682) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(704) : warning C4244: 'initializing' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(741) : warning C4244: '=' : conversion from 'cairo_uint64_t' to 'uint32_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(749) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(798) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(804) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-wideint.c(808) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32.c(37) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\cairo\src\cairo-win32.c(102) : warning C4717: '_cairo_win32_tmpfile' : recursive on all control paths, function will cause runtime stack overflow
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(36) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(393) : warning C4244: '=' : conversion from 'double' to 'LONG', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(739) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(789) : warning C4244: '*=' : conversion from 'double' to 'unsigned int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(952) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(991) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1135) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1482) : warning C4013: 'GetFontUnicodeRanges' undefined; assuming extern returning int
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1648) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1664) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(39) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(635) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(637) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1035) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1035) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1717) : warning C4101: 'depth' : unreferenced local variable
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(2040) : warning C4013: 'GetGraphicsMode' undefined; assuming extern returning int
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(2127) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\gfx\cairo\cairo\src\cairo-win32-surface.c(112) : warning C4716: '_cairo_win32_print_gdi_error' : must return a value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-printing-surface.c(38) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-win32-printing-surface.c(1182) : warning C4244: 'function' : conversion from 'double' to 'DWORD', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(330) : warning C4244: '=' : conversion from 'uint16_t' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(382) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(555) : warning C4244: '=' : conversion from 'uint16_t' to 'char', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-truetype-subset.c(796) : warning C4244: 'function' : conversion from 'unsigned long' to 'uint16_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-truetype-subset.c(1086) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(302) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(302) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(461) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(462) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(1312) : warning C4244: '=' : conversion from 'unsigned long' to 'uint8_t', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(3382) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxFont.cpp(745) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxFont.cpp(746) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxFont.cpp(747) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxFont.cpp(748) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxFont.cpp(2133) : warning C4244: 'initializing' : conversion from 'const gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxPath.cpp(68) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/thebes/src/gfxPath.cpp(79) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(407) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(767) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(768) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesImage.cpp(481) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesImage.cpp(481) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesImage.cpp(525) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesImage.cpp(526) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(398) : warning C4244: 'argument' : conversion from 'nscoord' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(398) : warning C4244: 'argument' : conversion from 'nscoord' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(399) : warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(399) : warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesFontMetrics.cpp(310) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsThebesFontMetrics.cpp(334) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsSystemFontsWin.cpp(80) : warning C4244: 'initializing' : conversion from 'const LONG' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/gfx/src/thebes/nsSystemFontsWin.cpp(90) : warning C4244: '=' : conversion from 'LONG' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/view/src/nsView.cpp(385) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/view/src/nsScrollPortView.cpp(587) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/view/src/nsScrollPortView.cpp(589) : warning C4244: 'argument' : conversion from 'PRInt32' to 'const float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/view/src/nsViewManager.cpp(160) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsTransferable.cpp(269) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsTransferable.cpp(273) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsBaseDragService.cpp(422) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsBaseDragService.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsXPLookAndFeel.cpp(289) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsXPLookAndFeel.cpp(348) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(513) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(528) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(543) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(558) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/windows/nsWindow.cpp(198) : warning C4273: 'UpdateLayeredWindow' : inconsistent dll linkage
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/windows/nsWindow.cpp(6943) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/windows/nsWindow.cpp(7140) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/windows/nsLookAndFeel.cpp(277) : warning C4102: 'OSVERSIONINFOEX' : unreferenced label
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/windows/nsDataObj.cpp(270) : warning C4101: 'ft' : unreferenced local variable
\mozilla\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\basetyps.h(223) : warning C4005: 'DEFINE_GUID' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/widget/src/build/../windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsContentSink.cpp(1200) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\content\base\src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsObjectLoadingContent.cpp(97) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/base/src/nsTextFragment.cpp(272) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/html/content/src/nsHTMLButtonElement.cpp(293) : warning C4244: '=' : conversion from 'PRInt16' to 'PRInt8', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/html/content/src/../../../base/src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/html/content/src/../../../base/src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/html/content/src/nsHTMLSelectElement.cpp(138) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/xbl/src/nsXBLEventHandler.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: ../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMEvent.cpp(121) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMUIEvent.cpp(65) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMKeyboardEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMTextEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMMouseEvent.cpp(61) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMPopupBlockedEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMBeforeUnloadEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMPageTransitionEvent.cpp(53) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMXULCommandEvent.cpp(52) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/content/events/src/nsDOMCommandEvent.cpp(46) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4709) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4710) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4733) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4733) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsCSSParser.cpp(3125) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: ../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsComputedDOMStyle.cpp(119) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsDOMCSSDeclaration.cpp(57) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsStyleUtil.cpp(281) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsStyleUtil.cpp(294) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsStyleUtil.cpp(305) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsStyleUtil.cpp(359) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/style/nsStyleUtil.cpp(370) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsCSSRendering.cpp(3911) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsCaret.cpp(174) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresContext.cpp(433) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresContext.cpp(500) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresContext.cpp(724) : warning C4244: 'initializing' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresContext.cpp(725) : warning C4244: 'initializing' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresShell.cpp(5196) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsPresShell.cpp(5325) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsBidiPresUtils.cpp(1244) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsBidiPresUtils.cpp(1482) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/base/nsBidiPresUtils.cpp(1610) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsFrameSetFrame.cpp(1405) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsGfxScrollFrame.cpp(95) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsGfxScrollFrame.cpp(917) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsSimplePageSequence.cpp(367) : warning C4244: '=' : conversion from 'float' to 'nscoord', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsSimplePageSequence.cpp(368) : warning C4244: '=' : conversion from 'float' to 'nscoord', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(2326) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(3196) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(4533) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5009) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5022) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5098) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5110) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5122) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5172) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5173) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5174) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5175) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5290) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5585) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5589) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5590) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5599) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5599) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5600) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5600) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5626) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5794) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/generic/nsTextFrameThebes.cpp(5967) : warning C4244: 'argument' : conversion from 'PRUnichar' to 'nsCSubstring_base::char_type', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsCellMap.cpp(1335) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsCellMap.cpp(1942) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsCellMap.cpp(2436) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsCellMap.cpp(2455) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsTableFrame.cpp(2977) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsTableFrame.cpp(5977) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsTablePainter.cpp(616) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/tables/nsTablePainter.cpp(617) : warning C4018: '<=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/xul/base/src/nsSliderFrame.cpp(728) : warning C4244: '=' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/xul/base/src/nsMenuPopupFrame.cpp(1033) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/layout/xul/base/src/nsMenuPopupFrame.cpp(1079) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/embedding/components/find/src/nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpfe/browser/src/nsBrowserStatusFilter.cpp(335) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(330) : warning C4355: 'this' : used in base member initializer list
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(4578) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(5418) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(5461) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(5466) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(6208) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistory.cpp(6436) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(1378) : warning C4018: '<' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(1379) : warning C4018: '>=' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(2373) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: ../../../../dist/include/xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(3188) : warning C4018: '>' : signed/unsigned mismatch
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(614) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(629) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(655) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(143) : warning C4150: deletion of pointer to incomplete type 'nsDownloadScanner'; no destructor called
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(266) : warning C4244: 'argument' : conversion from '__int64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1038) : warning C4244: '=' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1435) : warning C4244: '=' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1450) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(2240) : warning C4244: 'initializing' : conversion from 'PRTime' to 'PRIntervalTime', possible loss of data
\mozilla\unicode\build_log.txt: c:\mozilla\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/console/bullet-warning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/sslWarning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/Warning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-large.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-16.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-24.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-64.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBar-30.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBar-60.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBarIcon-16.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/global/icons/warningGhosted-64.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/console/bullet-warning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/sslWarning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/Warning.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-large.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-16.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-24.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-64.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBar-30.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBar-60.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBarIcon-16.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningGhosted-64.png (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/mozapps/update/warning.gif (stored 0%)
\mozilla\unicode\build_log.txt:   adding: skin/classic/aero/mozapps/update/warning.gif (stored 0%)
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/stub/nsXPComStub.cpp(128) : warning C4273: 'NS_GetFrozenFunctions' : inconsistent dll linkage
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/stub/nsXPComStub.cpp(353) : warning C4273: 'NS_RegisterXPCOMExitRoutine' : inconsistent dll linkage
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xpcom/stub/nsXPComStub.cpp(359) : warning C4273: 'NS_UnregisterXPCOMExitRoutine' : inconsistent dll linkage
\mozilla\unicode\build_log.txt: xpcshell.obj : warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators
\mozilla\unicode\build_log.txt: c:/mozilla/unicode/xulrunner/stub/nsXULStub.cpp(139) : warning C4101: 'tmpPath' : unreferenced local variable
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\mozilla\unicode\build_log.txt: ../../dist/include/string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value

New OBJDIR/Dist - Run Twice

A favorite way of completely rebuilding the XULRunner.exe application is to remove the OBJDIR and rebuild.

Unfortunately, when an OBJDIR gets rebuilt, something unusual happens the first time a XULRunner.exe is run using that new OBJDIR.

XULRunner.exe runs, then immediately exits. THIS IS NORMAL, EXPECTED BEHAVIOR. XULRunner.exe is creating a user profile, then exiting because several settings are not correctly loaded at XULRunner initialization -- even though XULRunner initialization is needed in order to decide whether a new profile needs to be created. Confused? Do not worry.

All you need to take from this section is a reminder that the first time you run XULRunner.exe on a new OBJDIR\dist directory tree, you will see nothing happen. Do not panic, and run XULRunner.exe again.

After the first execution of XULRunner.exe within a new OBJDIR\dist directory, XULRunner.exe will start up without this create-a-profile-then-exit issue.

Shared Directory Setup

Setting up an emulator's shared directory is supposed to be easily accomplished from the Visual Studio IDE.

  1. Within the IDE, go to the Tools menu
  2. Select the Options... menu item
  3. Find the Device Tools section (on the left hand side tree of sections)
  4. Select the Devices sub-section
  5. Select your Windows Mobile version from the drop-down list
  6. Find and highlight your emulator
  7. Press the Properties... button
  8. In the resulting dialog box, press the Emulator Options... button
  9. Locate the Shared Folder edit box at the bottom of the first tab
  10. Use the ... button at the right of the edit box to select your OBJDIR\dist\ directory

As with almost everything from Microsoft, sometimes this works, and your emulator comes up with it's \Storage Card\ shared directory already set up.

Sometimes, however, you will have to set up the shared directory AFTER the emulator has started. In this case, you will need to:

  1. Select the File menu within the emulator
  2. Select the Configure menu item
  3. Locate the Shared Folder edit box at the bottom of the first tab
  4. Use the ... button at the right of the edit box to select your OBJDIR\dist\ directory

The only other bit of advice I have in regards to the shared directory setting is this: if the shared settings directory setting works once, the setting seems to work going forward as well.

VS8 Emulation Issues

The VS8 Emulator was one of the most advanced emulators on the market for ARM architectures. The VS8 Emulator was the first emulator to be ARM Certified, meaning that the ARM suite of tests for CPUs were completely passed by the emulator.

Therefore, the VS8 emulator was positioned to be one of the best emulation testing tools ever available for the Windows Mobile platform.

The Shared Folder functionality allows you to set any hard disk directory as a shared folder inside the Windows Mobile emulation being run. This allows the emulator's OS to see the "OBJDIR\dist\" directory as "\Storage Card\" (or, in some cases, "\Storage Card2\").

Unfortunately, there seems to be some issue in XULRunner file access using the Shared Folder functionality of the VS8 emulator. On initial startup of a Windows Mobile 6 emulator image, the first execution of XULRunner.exe would result in random file access errors (return code 0x80520015 = NS_ERROR_FILE_ACCESS_DENIED).

A second and subsequent running of XULRunner.exe showed no such issue.

This issue was the driving force for trying to build XULRunner.exe with VS9.

NS_ERROR_FILE_ACCESS_DENIED Issue with VS8 Emulator

This error code would come up often during the first execution of XULRunner.exe on a newly-hard-reset emulation under VS8.

There are two ways of hard-resetting an emulation:

  1. Select the File | Reset | Hard Reset' menu item, or
  2. Quit the emulator, specifying that you do not want to save the emulator state. The next time that the emulator is started, the emulator will be effectively hard-reset.

With a newly hard-reset emulator, files within the shared folder do not seem to be properly opened. Sometimes, a file open API will be called, and that API will return an error code of 0x80520015 - NS_ERROR_FILE_ACCESS_DENIED.

This issue causes all kinds of symptoms, depending upon the file whose access was denied.

For instance, denial of a main CSS file (forms.css) will cause three assertions within the layout code, the last of which is A box layout method was called but InitBoxMetrics was never called: 'metrics', file c:/mozilla/unicode/layout/generic/nsFrame.cpp, line 6432

Denial of the MyBrowser's application.ini file can cause an apparent frozen XULRunner.exe application, or it can cause XULRunner.exe to immediately exit - depending upon which access is denied.

Several other axillary bugs can be traced back to a file access denied failure as well.

However, if the first instance of XULRunner.exe is forced to exit, and XULRunner.exe is started within the emulator again - this time produces NO NS_FILE_ERROR_ACCESS_DENIED failures.

No such failures were observed on actual physical devices (Windows Mobile 6 Professional or Windows Mobile 6 Standard handsets).

Using Visual Studio 9 (a.k.a. - Visual Studio 2008)

Reasoning

It became clear that the issues being seen on first execution of XULRunner.exe within the VS8 emulator seem to all stem from the file access denied errors.

After placing XULRunner.exe on a HTC Touch device, turning the device off and turning it back on, the XULRunner.exe application ran just fine.

This lead Doug Turner to theorize that an issue with the VS8 emulator was causing the file access denied errors.

We both then wondered if VS9 would build XULRunner.exe properly, and if the VS9 emulator would work more correctly than the VS8 emulator for debugging.

VS9 Install On Machine With VS8 - WARNING

Can not find a Windows Mobile 6 Project Type within your newly installed Visual Studio 2008?

You are NOT alone!

Most people who have worked on Windows Mobile software for the past few years already have VS8 installed on their development machines.

Natural instinct is to install VS9 on the same machine. When you have finished this sequence (and used another 10 or so gigabytes of your hard disk space), you will find that VS9 IDE will not show any Windows Mobile 6 projects.

Unfortunately, at this point, the solution to this problem is to uninstall the Windows Mobile 6 Professional SDK and Windows Mobile 6 Standard SDK. Once these two SDKs are uninstalled, then reinstall each of the SDKs in turn.

When you have finished the uninstall-uninstall-install-install, VS9 IDE will now know about and be able to produce Windows Mobile 6 projects.

VS9 Build Instructions

In order to build using VS9, several additions to the build\wince directory must be made. These additions are included in a patch located here:

VS9 Build Warnings

The following are lines of warnings from within a full XULRunner.exe VS9 build.

You might want to copy the text below into your favorite editor in order to see the warning messages more clearly.

\hg\unicode\build_log.txt: configure: warning: Resulting builds will not be compatible with Windows Vista. (bug 428970)
\hg\unicode\build_log.txt: configure: warning: Recreating autoconf.mk with updated nspr-config output
\hg\unicode\build_log.txt: C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\wingdi.h(104) : warning C4005: 'ERROR' : macro redefinition
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(270) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(490) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(494) : warning C4133: 'function' : incompatible types - from 'char [512]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(495) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(501) : warning C4133: 'function' : incompatible types - from 'char [2]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(513) : warning C4133: 'function' : incompatible types - from 'char [512]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(517) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/io/prlog.c(534) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/linking/prlink.c(1941) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/linking/prlink.c(1947) : warning C4133: 'function' : incompatible types - from 'char [260]' to 'LPWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/ntmisc.c(239) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/ntmisc.c(399) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/ntmisc.c(412) : warning C4090: 'function' : different 'const' qualifiers
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(230) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(288) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(534) : warning C4133: 'function' : incompatible types - from 'char [260]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(562) : warning C4133: '=' : incompatible types - from 'WCHAR *' to 'char *'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(586) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(793) : warning C4133: 'function' : incompatible types - from 'char [13]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(823) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(872) : warning C4133: 'function' : incompatible types - from 'char [261]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(896) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCTSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(1033) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(1033) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(1068) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(1092) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95io.c(1107) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w95sock.c(122) : warning C4133: 'function' : incompatible types - from 'char [11]' to 'LPCWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w32ipcsem.c(150) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w32ipcsem.c(167) : warning C4133: 'function' : incompatible types - from 'const char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w32poll.c(43) : warning C4005: 'FD_SETSIZE' : macro redefinition
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w32shm.c(128) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/md/windows/w32shm.c(159) : warning C4133: 'function' : incompatible types - from 'char *' to 'LPCTSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/nsprpub/pr/src/misc/prsystem.c(316) : warning C4133: 'function' : incompatible types - from 'char [13]' to 'LPCWSTR'
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: cl : Command line warning D9035 : option 'O' has been deprecated and will be removed in a future release
\hg\unicode\build_log.txt: c:/hg/unicode/js/src/jsemit.cpp(5909) : warning C4804: '<' : unsafe use of type 'bool' in operation
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/ds/nsIAtom.idl:86: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIATOM macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/glue/nsStringAPI.cpp(419) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/glue/nsStringAPI.cpp(444) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/glue/nsStringAPI.cpp(828) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/glue/nsStringAPI.cpp(857) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(419) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(444) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(828) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/objdir-wm6-debug/xpcom/glue/standalone/nsStringAPI.cpp(857) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/io/nsPipe3.cpp(318) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/io/nsPipe3.cpp(319) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/io/nsStorageStream.cpp(509) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/components/nsComponentManager.cpp(2648) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/components/nsComponentManager.cpp(3069) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/components/nsComponentManager.cpp(3111) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\xpcom\glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\xpcom\glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\xpcom\glue\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/modules/zlib/src/adler32.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/modules/zlib/src/compress.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/modules/zlib/src/gzio.c(627) : warning C4013: 'vsnprintf' undefined; assuming extern returning int
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/modules/zlib/src/uncompr.c(8) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\modules\zlib\src\zutil.h(16) : warning C4005: 'ZLIB_INTERNAL' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/modules/zlib/src/zutil.c(144) : warning C4273: 'errno' : inconsistent dll linkage
\hg\unicode\build_log.txt: c:/hg/unicode/storage/public/mozIStorageValueArray.idl:154: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_MOZISTORAGEVALUEARRAY macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/modules/libpref/src/nsPrefService.cpp(607) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/modules/libpref/src/nsPrefService.cpp(619) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/base/src/nsStandardURL.cpp(1444) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/base/src/nsSocketTransport2.cpp(719) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/base/src/nsSocketTransport2.cpp(720) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(189) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(190) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(261) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(290) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/netwerk/streamconv/converters/mozTXTToHTMLConv.cpp(1252) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/jpeg/jcmarker.c(658) : warning C4028: formal parameter 2 different from declaration
\hg\unicode\build_log.txt: c:/hg/unicode/jpeg/jcmarker.c(659) : warning C4028: formal parameter 2 different from declaration
\hg\unicode\build_log.txt: c:/hg/unicode/modules/lcms/src/cmserr.c(96) : warning C4133: 'function' : incompatible types - from 'char [1024]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/modules/lcms/src/cmserr.c(96) : warning C4133: 'function' : incompatible types - from 'char [11]' to 'LPCWSTR'
\hg\unicode\build_log.txt: c:/hg/unicode/js/src/xpconnect/idl/nsIXPConnect.idl:219: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIXPCONNECTWRAPPEDNATIVE macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/js/src/xpconnect/idl/nsIXPConnect.idl:413: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIXPCONNECT macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/caps/idl/nsIScriptSecurityManager.idl:329: Warning: nsIScriptSecurityManager is scriptable but inherits from the non-scriptable interface nsIXPCSecurityManager
\hg\unicode\build_log.txt: c:/hg/unicode/modules/plugin/base/public/nsIPluginManager.idl:140: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/modules/plugin/base/public/nsIPluginManager.idl:187: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/modules/plugin/base/public/nsIPluginManager.idl:246: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGINMANAGER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/modules/plugin/base/public/nsIPluginInstanceOwner.idl:94: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGININSTANCEOWNER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/modules/plugin/base/public/nsIPluginInstanceOwner.idl:104: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIPLUGININSTANCEOWNER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/editor/idl/nsIEditor.idl:70: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIEDITOR macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/editor/idl/nsIHTMLEditor.idl:60: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIHTMLEDITOR macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/editor/idl/nsIHTMLObjectResizer.idl:50: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSIHTMLOBJECTRESIZER macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:/hg/unicode/embedding/components/windowwatcher/public/nsPIPromptService.idl:57: Warning: %{ .. %} code fragment within interface ignored when generating NS_DECL_NSPIPROMPTSERVICE macro; if the code fragment contains method declarations, the macro probably isn't complete.
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/modules/libjar/nsZipArchive.cpp(952) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7600) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7601) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7710) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7711) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7714) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7715) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7716) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7717) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7732) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7733) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7735) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7778) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7784) : warning C4244: '=' : conversion from 'double' to 'time_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7895) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7901) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7993) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(7999) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(8005) : warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(8199) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(8227) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(11110) : warning C4244: '=' : conversion from 'sqlite3_int64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(13784) : warning C4244: '=' : conversion from 'u64' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(19155) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(19216) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(21179) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(21196) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(21852) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(21858) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22069) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22082) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22097) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22209) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22225) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22417) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22717) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22724) : warning C4244: '=' : conversion from 'i64' to 'Pgno', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22726) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(22810) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(23249) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(24503) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(24801) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(26656) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(26658) : warning C4244: 'function' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(27346) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(28134) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(28634) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(28634) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(29327) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(29444) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(29449) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(29645) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(29652) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30000) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30000) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30002) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30004) : warning C4244: 'function' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30005) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30005) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30266) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30402) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30583) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30654) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30656) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30833) : warning C4244: '=' : conversion from 'u16' to 'u8', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(30915) : warning C4244: '=' : conversion from 'u16' to 'u8', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(32300) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(32827) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(33509) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(33517) : warning C4244: 'function' : conversion from 'i64' to 'size_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(33520) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(33765) : warning C4244: '=' : conversion from 'double' to 'i64', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(33876) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(34055) : warning C4244: '=' : conversion from 'const i64' to 'double', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(34060) : warning C4244: '=' : conversion from 'const i64' to 'double', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(34417) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36215) : warning C4244: 'return' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36231) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36352) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36519) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36521) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36547) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36549) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36594) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36633) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36803) : warning C4244: 'return' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(36992) : warning C4244: '=' : conversion from 'double' to 'i64', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(37029) : warning C4244: '=' : conversion from 'double' to 'u64', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(38849) : warning C4244: 'function' : conversion from 'i64' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(38987) : warning C4244: '=' : conversion from 'i64' to 'double', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(39823) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(39892) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(39910) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(39925) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40108) : warning C4244: '+=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40140) : warning C4244: 'function' : conversion from 'u64' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40158) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40161) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40170) : warning C4244: '=' : conversion from 'u64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40174) : warning C4244: 'function' : conversion from 'u64' to 'size_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40389) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40393) : warning C4244: '=' : conversion from 'i64' to 'u8', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40513) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(40532) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(41306) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(41453) : warning C4244: '=' : conversion from 'i64' to 'u32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(42142) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(42150) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(42695) : warning C4244: '=' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(42709) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(52794) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(53304) : warning C4244: 'function' : conversion from 'u64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(53367) : warning C4244: 'function' : conversion from 'i64' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/db/sqlite3/src/sqlite3.c(66479) : warning C4244: '=' : conversion from 'u16' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/storage/src/mozStorageStatement.cpp(801) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/uriloader/prefetch/nsPrefetchService.cpp(979) : warning C4305: '=' : truncation from 'nsresult' to 'PRUint16'
\hg\unicode\build_log.txt: c:/hg/unicode/uriloader/prefetch/nsPrefetchService.cpp(979) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/uriloader/prefetch/nsOfflineCacheUpdate.cpp(371) : warning C4305: '=' : truncation from 'nsresult' to 'PRUint16'
\hg\unicode\build_log.txt: c:/hg/unicode/uriloader/prefetch/nsOfflineCacheUpdate.cpp(371) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/caps/idl/nsIScriptSecurityManager.idl:329: Warning: nsIScriptSecurityManager is scriptable but inherits from the non-scriptable interface nsIXPCSecurityManager
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-combine.c(372) : warning C4244: 'function' : conversion from 'uint16_t' to 'uint8_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(404) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(405) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(406) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(602) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(603) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-pict.c(604) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-source.c(103) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-source.c(104) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-source.c(167) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-source.c(168) : warning C4244: '+=' : conversion from 'pixman_fixed_32_32_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(252) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(255) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(329) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(332) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(412) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-transformed.c(415) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(252) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(255) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(329) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(332) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(412) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\libpixman\src\pixman-transformed.c(415) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(55) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(259) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(260) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(268) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(269) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(289) : warning C4244: 'initializing' : conversion from 'pixman_fixed_48_16_t' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/libpixman/src/pixman-utils.c(293) : warning C4244: '=' : conversion from 'pixman_fixed_48_16_t' to 'pixman_fixed_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(153) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(154) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(174) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(175) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(282) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(283) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(284) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-analysis-surface.c(285) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(549) : warning C4244: '=' : conversion from 'cairo_int64_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(558) : warning C4244: '=' : conversion from 'cairo_int64_t' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(1428) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-bentley-ottmann.c(1429) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-paginated-surface.c(261) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-paginated-surface.c(262) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1717) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1718) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1719) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(1720) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2020) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2020) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2021) : warning C4244: '=' : conversion from 'double' to 'int32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pattern.c(2021) : warning C4244: '=' : conversion from 'double' to 'uint32_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pen.c(271) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1551) : warning C4244: '=' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1555) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-scaled-font.c(1555) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-surface.c(742) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-surface.c(743) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(308) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(312) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(682) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(682) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(749) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(798) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(804) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-wideint.c(808) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32.c(37) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\cairo\src\cairo-win32.c(102) : warning C4717: '_cairo_win32_tmpfile' : recursive on all control paths, function will cause runtime stack overflow
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(36) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(393) : warning C4244: '=' : conversion from 'double' to 'LONG', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(739) : warning C4244: '=' : conversion from 'double' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(789) : warning C4244: '*=' : conversion from 'double' to 'unsigned int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(952) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(991) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1135) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1482) : warning C4013: 'GetFontUnicodeRanges' undefined; assuming extern returning int
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1648) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-font.c(1664) : warning C4244: 'function' : conversion from 'unsigned long' to 'WCHAR', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(39) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(635) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(637) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1035) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1035) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(1717) : warning C4101: 'depth' : unreferenced local variable
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(2040) : warning C4013: 'GetGraphicsMode' undefined; assuming extern returning int
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-surface.c(2127) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\gfx\cairo\cairo\src\cairo-win32-surface.c(112) : warning C4716: '_cairo_win32_print_gdi_error' : must return a value
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-printing-surface.c(38) : warning C4005: 'WIN32_LEAN_AND_MEAN' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-win32-printing-surface.c(1182) : warning C4244: 'function' : conversion from 'double' to 'DWORD', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(330) : warning C4244: '=' : conversion from 'uint16_t' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(382) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-type1-fallback.c(555) : warning C4244: '=' : conversion from 'uint16_t' to 'char', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-truetype-subset.c(796) : warning C4244: 'function' : conversion from 'unsigned long' to 'uint16_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-truetype-subset.c(1086) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned short', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(302) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(302) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(461) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(462) : warning C4244: 'function' : conversion from 'double' to 'int', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(1312) : warning C4244: '=' : conversion from 'unsigned long' to 'uint8_t', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/cairo/cairo/src/cairo-pdf-surface.c(3382) : warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned char', possible loss of data
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxFont.cpp(745) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxFont.cpp(746) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxFont.cpp(747) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxFont.cpp(748) : warning C4244: '=' : conversion from 'const gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxFont.cpp(2133) : warning C4244: 'initializing' : conversion from 'const gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxPath.cpp(68) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/thebes/src/gfxPath.cpp(79) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\xstring(726) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: cl : Command line warning D9025 : overriding '/DWIN32_LEAN_AND_MEAN=1' with '/UWIN32_LEAN_AND_MEAN'
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(407) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(767) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesDeviceContext.cpp(768) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesImage.cpp(481) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesImage.cpp(481) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesImage.cpp(525) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesImage.cpp(526) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(398) : warning C4244: 'argument' : conversion from 'nscoord' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(398) : warning C4244: 'argument' : conversion from 'nscoord' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(399) : warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesRenderingContext.cpp(399) : warning C4244: 'argument' : conversion from 'const double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesFontMetrics.cpp(310) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsThebesFontMetrics.cpp(334) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsSystemFontsWin.cpp(80) : warning C4244: 'initializing' : conversion from 'const LONG' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/gfx/src/thebes/nsSystemFontsWin.cpp(90) : warning C4244: '=' : conversion from 'LONG' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/view/src/nsView.cpp(385) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/view/src/nsScrollPortView.cpp(587) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/view/src/nsScrollPortView.cpp(589) : warning C4244: 'argument' : conversion from 'PRInt32' to 'const float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/view/src/nsViewManager.cpp(160) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsTransferable.cpp(269) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsTransferable.cpp(273) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsBaseDragService.cpp(422) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsBaseDragService.cpp(423) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsXPLookAndFeel.cpp(289) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsXPLookAndFeel.cpp(348) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(513) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(528) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(543) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/xpwidgets/nsPrintSettingsImpl.cpp(558) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/windows/nsWindow.cpp(198) : warning C4273: 'UpdateLayeredWindow' : inconsistent dll linkage
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/windows/nsWindow.cpp(6943) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/windows/nsWindow.cpp(7140) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/windows/nsLookAndFeel.cpp(277) : warning C4102: 'OSVERSIONINFOEX' : unreferenced label
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:/hg/unicode/widget/src/windows/nsDataObj.cpp(270) : warning C4101: 'ft' : unreferenced local variable
\hg\unicode\build_log.txt: C:\Program Files\Windows Mobile 6 SDK\Smartphone\Include\Armv4i\basetyps.h(223) : warning C4005: 'DEFINE_GUID' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\widget\src\windows\nsdefs.h(50) : warning C4005: 'VERIFY' : macro redefinition
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsContentSink.cpp(1200) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsGenericElement.cpp(832) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\content\base\src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsObjectLoadingContent.cpp(97) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\hg\unicode\build_log.txt: c:/hg/unicode/content/base/src/nsTextFragment.cpp(272) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/content/html/content/src/nsHTMLButtonElement.cpp(293) : warning C4244: '=' : conversion from 'PRInt16' to 'PRInt8', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\content\base\src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\hg\unicode\build_log.txt: c:\hg\unicode\content\base\src\nsObjectLoadingContent.h(424) : warning C4099: 'nsAsyncInstantiateEvent' : type name first seen using 'struct' now seen using 'class'
\hg\unicode\build_log.txt: c:/hg/unicode/content/html/content/src/nsHTMLSelectElement.cpp(138) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/content/xbl/src/nsXBLEventHandler.cpp(139) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMEvent.cpp(121) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMUIEvent.cpp(65) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMKeyboardEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMTextEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMMouseEvent.cpp(61) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMPopupBlockedEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMBeforeUnloadEvent.cpp(56) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMPageTransitionEvent.cpp(53) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMXULCommandEvent.cpp(52) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/content/events/src/nsDOMCommandEvent.cpp(46) : warning C4244: '=' : conversion from 'PRTime' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4709) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4710) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4733) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/editor/txtsvc/src/nsTextServicesDocument.cpp(4733) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsCSSParser.cpp(3125) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsComputedDOMStyle.cpp(119) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsDOMCSSDeclaration.cpp(57) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsStyleUtil.cpp(281) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsStyleUtil.cpp(294) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsStyleUtil.cpp(305) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsStyleUtil.cpp(359) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/style/nsStyleUtil.cpp(370) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsCSSRendering.cpp(3911) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsCaret.cpp(174) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresContext.cpp(433) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresContext.cpp(500) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresContext.cpp(724) : warning C4244: 'initializing' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresContext.cpp(725) : warning C4244: 'initializing' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresShell.cpp(5196) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsPresShell.cpp(5325) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsBidiPresUtils.cpp(1244) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsBidiPresUtils.cpp(1482) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/base/nsBidiPresUtils.cpp(1610) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsFrameSetFrame.cpp(1405) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsGfxScrollFrame.cpp(95) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsGfxScrollFrame.cpp(917) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsSimplePageSequence.cpp(367) : warning C4244: '=' : conversion from 'float' to 'nscoord', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsSimplePageSequence.cpp(368) : warning C4244: '=' : conversion from 'float' to 'nscoord', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(2326) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(3196) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(4533) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5009) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5022) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5098) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5110) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5122) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5172) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5173) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5174) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5175) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5290) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5585) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5589) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5590) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5599) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5599) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5600) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5600) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5626) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5794) : warning C4244: 'argument' : conversion from 'gfxFloat' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/generic/nsTextFrameThebes.cpp(5967) : warning C4244: 'argument' : conversion from 'PRUnichar' to 'nsCSubstring_base::char_type', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsCellMap.cpp(1335) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsCellMap.cpp(1942) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsCellMap.cpp(2436) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsCellMap.cpp(2455) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsTableFrame.cpp(2977) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsTableFrame.cpp(5977) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsTablePainter.cpp(616) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/tables/nsTablePainter.cpp(617) : warning C4018: '<=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/layout/xul/base/src/nsSliderFrame.cpp(728) : warning C4244: '=' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/xul/base/src/nsMenuPopupFrame.cpp(1033) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/layout/xul/base/src/nsMenuPopupFrame.cpp(1079) : warning C4244: 'argument' : conversion from 'PRInt32' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/embedding/components/find/src/nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value
\hg\unicode\build_log.txt: c:/hg/unicode/xpfe/browser/src/nsBrowserStatusFilter.cpp(335) : warning C4244: 'initializing' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(330) : warning C4355: 'this' : used in base member initializer list
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(4578) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(5418) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(5461) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(5466) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(6208) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistory.cpp(6436) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(1378) : warning C4018: '<' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(1379) : warning C4018: '>=' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(2373) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryResult.cpp(3188) : warning C4018: '>' : signed/unsigned mismatch
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(614) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(629) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp(655) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRInt32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(143) : warning C4150: deletion of pointer to incomplete type 'nsDownloadScanner'; no destructor called
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(266) : warning C4244: 'argument' : conversion from '__int64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1038) : warning C4244: '=' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1435) : warning C4244: '=' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(1450) : warning C4244: 'argument' : conversion from 'PRInt64' to 'PRUint32', possible loss of data
\hg\unicode\build_log.txt: c:/hg/unicode/toolkit/components/downloads/src/nsDownloadManager.cpp(2240) : warning C4244: 'initializing' : conversion from 'PRTime' to 'PRIntervalTime', possible loss of data
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\xpcom\nsCOMPtr.h(231) : warning C4624: 'nsDerivedSafe<T>' : destructor could not be generated because a base class destructor is inaccessible
\hg\unicode\build_log.txt:   adding: skin/classic/global/console/bullet-warning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/sslWarning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/Warning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-large.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-16.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-24.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warning-64.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBar-30.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBar-60.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warningBarIcon-16.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/global/icons/warningGhosted-64.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/console/bullet-warning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/sslWarning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/Warning.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-large.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-16.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-24.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warning-64.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBar-30.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBar-60.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningBarIcon-16.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/global/icons/warningGhosted-64.png (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/mozapps/update/warning.gif (stored 0%)
\hg\unicode\build_log.txt:   adding: skin/classic/aero/mozapps/update/warning.gif (stored 0%)
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: nsISecurityWarningDialogs.idl
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/stub/nsXPComStub.cpp(128) : warning C4273: 'NS_GetFrozenFunctions' : inconsistent dll linkage
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/stub/nsXPComStub.cpp(353) : warning C4273: 'NS_RegisterXPCOMExitRoutine' : inconsistent dll linkage
\hg\unicode\build_log.txt: c:/hg/unicode/xpcom/stub/nsXPComStub.cpp(359) : warning C4273: 'NS_UnregisterXPCOMExitRoutine' : inconsistent dll linkage
\hg\unicode\build_log.txt: xpcshell.obj : warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators
\hg\unicode\build_log.txt: c:/hg/unicode/xulrunner/stub/nsXULStub.cpp(139) : warning C4101: 'tmpPath' : unreferenced local variable
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(659) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(660) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(661) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(686) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(687) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(688) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(697) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(698) : warning C4309: '=' : truncation of constant value
\hg\unicode\build_log.txt: c:\hg\unicode\objdir-wm6-debug\dist\include\string\nsUTF8Utils.h(699) : warning C4309: '=' : truncation of constant value

On-Device Execution Results

Emulator Execution Results