To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=71331 Issue #|71331 Summary|warnings GNU/Linux SPARC vcl Component|porting Version|current Platform|Sun URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|sparcmoz
------- Additional comments from [EMAIL PROTECTED] Wed Nov 8 01:52:38 -0800 2006 ------- Building m192 on GNU/Linux SPARC with gcc (GCC) 4.1.2 20061023 (prerelease) ccache /usr/local/4.1/bin/g++ -m32 -fmessage-length=0 -c -Os -fno-strict-aliasing -fvisibility=hidden -I. -I../../../unxlngs.pro/inc/salapp -I../inc -I../../../inc/pch -I../../../inc -I../../../unx/inc -I../../../unxlngs.pro/inc -I. -I/home/jim/vanilla/solver/680/unxlngs.pro/inc/stl -I/home/jim/vanilla/solver/680/unxlngs.pro/inc/external -I/home/jim/vanilla/solver/680/unxlngs.pro/inc -I/home/jim/vanilla/solenv/unxlngs/inc -I/home/jim/vanilla/solenv/inc -I/home/jim/vanilla/res -I/home/jim/vanilla/solver/680/unxlngs.pro/inc/stl -I/home/jim/vanilla/solenv/inc/Xp31 -I/usr/local/4.1/include -I/usr/include -I/home/jim/vanilla/solver/680/unxlngs.pro/inc/offuh -I. -I../../../res -I. -pipe -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Werror -fPIC -DLINUX -DUNX -DVCL -DGCC -DC300 -DSPARC -DCVER=C300 -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DSPARC -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/local/4.1/lib/gcc/sparc-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DSRC680=SRC680 -DUSE_BUILTIN_RASTERIZER -DVCL_DLLIMPLEMENTATION -DUSE_NAS -DUSE_PASF -DUSE_XINERAMA -DUSE_XINERAMA_XORG -DSHAREDLIB -D_DLL_ -DMULTITHREAD -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON -o ../../../unxlngs.pro/slo/saldisp.o /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx cc1plus: warnings being treated as errors /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx: In member function 'void SalDisplay::PrintInfo() const': /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx:2682: warning: format '%X' expects type 'unsigned int', but argument 4 has type 'long unsigned int' /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx:2682: warning: format '%X' expects type 'unsigned int', but argument 6 has type 'long unsigned int' /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx:2682: warning: format '%X' expects type 'unsigned int', but argument 8 has type 'long unsigned int' /home/jim/vanilla/vcl/unx/source/app/saldisp.cxx:2704: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'VisualID' dmake: Error code 1, while making '../../../unxlngs.pro/slo/saldisp.obj' '---* tg_merge.mk *---' There are no more warnings in vcl. The attached patch only makes the implied casts to be explicit, without knowing if the casting is intended. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
