To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70594
                 Issue #|70594
                 Summary|Fix "warning: 'blah' is used uninitialized in this fun
                        |ction"
               Component|porting
                 Version|680m187
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|kendy





------- Additional comments from [EMAIL PROTECTED] Thu Oct 19 03:14:46 -0700 
2006 -------
I'm seeing a couple of "warning: 'blah' is used uninitialized in this function" 
during the build (on x86-64, gcc 4.1.0 if it matters), like:

Making: ../../unxlngx6.pro/slo/unoctabl.obj
/opt/icecream/bin/g++ -Wreturn-type -fmessage-length=0 -c -O2 
-fno-strict-aliasing -Wuninitialized   -D_FILE_OFFSET_BITS=no 
-fvisibility=hidden -I.  -I../../unxlngx6.pro/inc/unodraw -I../inc 
-I../../inc/pch -I../../inc -I../../unx/inc -I../../unxlngx6.pro/inc -I. 
-I/local/ooo-build/ooo-build/build/src680-m187/solver/680/unxlngx6.pro/inc/stl 
-I/local/ooo-build/ooo-build/build/src680-m187/solver/680/unxlngx6.pro/inc/external
 
-I/local/ooo-build/ooo-build/build/src680-m187/solver/680/unxlngx6.pro/inc 
-I/local/ooo-build/ooo-build/build/src680-m187/solenv/unxlngx6/inc 
-I/local/ooo-build/ooo-build/build/src680-m187/solenv/inc 
-I/local/ooo-build/ooo-build/build/src680-m187/res 
-I/local/ooo-build/ooo-build/build/src680-m187/solver/680/unxlngx6.pro/inc/stl 
-I/local/ooo-build/ooo-build/build/src680-m187/solenv/inc/Xp31 -I/usr/include 
-I/usr/X11R6/include     
-I/local/ooo-build/ooo-build/build/src680-m187/solver/680/unxlngx6.pro/inc/offuh
 
-I. -I../../res -I. -pipe  -Wno-ctor-dtor-privacy -fno-use-cxa-atexit 
-fvisibility-inlines-hidden -g -fexceptions -fno-enforce-eh-specs    -fpic 
-DLINUX -DUNX -DVCL -DGCC -DC341 -DX86_64 -DCVER=C341 -DNPTL -DGLIBC=2 -DX86_64 
-D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 
-DGXX_INCLUDE_PATH=/usr/include/c++/4.1.0 -DSUPD=680 -DPRODUCT -DNDEBUG 
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI 
-DSOLAR_JAVA -DSRC680=SRC680   -DSVX_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_  
-DMULTITHREAD  
-o ../../unxlngx6.pro/slo/unoctabl.o 
/local/ooo-build/ooo-build/build/src680-m187/svx/source/unodraw/unoctabl.cxx 
/local/ooo-build/ooo-build/build/src680-m187/svx/source/unodraw/unoctabl.cxx: 
In member function 'virtual void SvxUnoColorTable::insertByName(const 
rtl::OUString&, const com::sun::star::uno::Any&)':
/local/ooo-build/ooo-build/build/src680-m187/svx/source/unodraw/unoctabl.cxx:157:
 
warning: 'nColor' is used uninitialized in this function
/local/ooo-build/ooo-build/build/src680-m187/svx/source/unodraw/unoctabl.cxx: 
In member function 'virtual void SvxUnoColorTable::replaceByName(const 
rtl::OUString&, const com::sun::star::uno::Any&)':
/local/ooo-build/ooo-build/build/src680-m187/svx/source/unodraw/unoctabl.cxx:184:
 
warning: 'nColor' is used uninitialized in this function

Could you please check the following patches that fix it for me?  I can do the 
CWS etc.

http://www.go-oo.org/patches/64bit/sixtyfour-warnings-binfilter.diff
http://www.go-oo.org/patches/64bit/sixtyfour-warnings-svx.diff
http://www.go-oo.org/patches/64bit/sixtyfour-warnings-xmloff.diff

---------------------------------------------------------------------
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]

Reply via email to