To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97542
                 Issue #|97542
                 Summary|Warning errors in uui / empty bodys in 'for' loops
               Component|ucb
                 Version|DEV300m37
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mhu
             Reported by|christianlins





------- Additional comments from christianl...@openoffice.org Tue Dec 23 
20:00:26 +0000 2008 -------
Found on Debian Lenny (gcc 4.1) with --enable-werror:

"------------------------------
Making: ../unxlngi6.pro/slo/masterpasscrtdlg.obj
g++  -fmessage-length=0 -c -Os -fno-strict-aliasing   -I. 
-I../unxlngi6.pro/inc/source -I../inc -I../inc/pch -I../inc -I../unx/inc
-I../unxlngi6.pro/inc -I.
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/stl
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/external
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc
-I/home/chris/OOo/DEV300_m38/solenv/unxlngi6/inc
-I/home/chris/OOo/DEV300_m38/solenv/inc -I/home/chris/OOo/DEV300_m38/res
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/stl
-I/home/chris/OOo/DEV300_m38/solenv/inc/Xp31 -I/usr/lib/jvm/java-6-sun/include
-I/usr/lib/jvm/java-6-sun/include/linux
-I/usr/lib/jvm/java-6-sun/include/native_threads/include -I/usr/include 
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/offuh -I. -I../res -I.
-pipe -mtune=pentiumpro -fvisibility-inlines-hidden -Wall -Wextra -Wendif-labels
-Wshadow -Wno-ctor-dtor-privacy     -Wno-non-virtual-dtor -Werror   -fpic
-DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DNPTL -DGLIBC=2 -DX86
-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.3 -DSUPD=300 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -DSHAREDLIB
-D_DLL_   -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON  -o
../unxlngi6.pro/slo/masterpasscrtdlg.o
/home/chris/OOo/DEV300_m38/uui/source/masterpasscrtdlg.cxx 
cc1plus: warnings being treated as errors
/home/chris/OOo/DEV300_m38/uui/source/masterpasscrtdlg.cxx: In constructor
'MasterPasswordCreateDialog::MasterPasswordCreateDialog(Window*, ResMgr*)':
/home/chris/OOo/DEV300_m38/uui/source/masterpasscrtdlg.cxx:110: error: suggest a
space before ';' or explicit braces around empty body in 'for' statement
dmake:  Error code 1, while making '../unxlngi6.pro/slo/masterpasscrtdlg.obj'

------------------------------
Making: ../unxlngi6.pro/slo/passworddlg.obj
g++  -fmessage-length=0 -c -Os -fno-strict-aliasing   -I. 
-I../unxlngi6.pro/inc/source -I../inc -I../inc/pch -I../inc -I../unx/inc
-I../unxlngi6.pro/inc -I.
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/stl
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/external
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc
-I/home/chris/OOo/DEV300_m38/solenv/unxlngi6/inc
-I/home/chris/OOo/DEV300_m38/solenv/inc -I/home/chris/OOo/DEV300_m38/res
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/stl
-I/home/chris/OOo/DEV300_m38/solenv/inc/Xp31 -I/usr/lib/jvm/java-6-sun/include
-I/usr/lib/jvm/java-6-sun/include/linux
-I/usr/lib/jvm/java-6-sun/include/native_threads/include -I/usr/include 
-I/home/chris/OOo/DEV300_m38/solver/300/unxlngi6.pro/inc/offuh -I. -I../res -I.
-pipe -mtune=pentiumpro -fvisibility-inlines-hidden -Wall -Wextra -Wendif-labels
-Wshadow -Wno-ctor-dtor-privacy     -Wno-non-virtual-dtor -Werror   -fpic
-DLINUX -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DNPTL -DGLIBC=2 -DX86
-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.3 -DSUPD=300 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -DSHAREDLIB
-D_DLL_   -fexceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON  -o
../unxlngi6.pro/slo/passworddlg.o
/home/chris/OOo/DEV300_m38/uui/source/passworddlg.cxx 
cc1plus: warnings being treated as errors
/home/chris/OOo/DEV300_m38/uui/source/passworddlg.cxx: In constructor
'PasswordDialog::PasswordDialog(Window*,
com::sun::star::task::PasswordRequestMode, ResMgr*, rtl::OUString&)':
/home/chris/OOo/DEV300_m38/uui/source/passworddlg.cxx:95: error: suggest a space
before ';' or explicit braces around empty body in 'for' statement
dmake:  Error code 1, while making '../unxlngi6.pro/slo/passworddlg.obj'"

---------------------------------------------------------------------
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to