To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74878
                 Issue #|74878
                 Summary|svtools/source/items1/itemset.cxx and non-PRODUCT buil
                        |ds
               Component|porting
                 Version|680m203
                Platform|All
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pb
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Mon Feb 26 13:49:33 +0000 
2007 -------
When compiling with --enable-dbgutil, the following warning is emitted:

/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m204_src/svtools/source/items1/itemset.cxx:
 In 
constructor 'SfxItemSet::SfxItemSet(SfxItemPool&, USHORT, USHORT)':
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m204_src/svtools/source/items1/itemset.cxx:190:
 
warning: operation on 'nWhich1' may be undefined
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m204_src/svtools/source/items1/itemset.cxx:
 In 
constructor 'SfxItemSet::SfxItemSet(SfxItemPool&, int, int, int, ...)':
/Users/pavel/BUILD/X11/BuildDir/ooo_SRC680_m204_src/svtools/source/items1/itemset.cxx:236:
 
warning: operation on 'nWh1' may be undefined

The code there is:

SfxItemSet::SfxItemSet( SfxItemPool& rPool, USHORT_ARG nWh1, USHORT_ARG nWh2, 
USHORT_ARG 
nNull, ... )
{
...
#ifndef PRODUCT
        if( nWh1 > nWh2 )                                       // falls der 
Bereich ungueltig ist
                nWh1 ^= nWh2 ^= nWh1 ^= nWh2;   // swappen
#endif

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