• Don Lewis's avatar
    Fix by far the largest source of -Wtautological-undefined-compare · d8e7261d
    Don Lewis yazdı
    compile warnings.
    
    The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx
    contains two inline methods that take a reference argument and
    perform an &rArg == NULL test on it.  The compiler warns that this
    condition should always be false because dereferencing a NULL pointer
    to generate a reference is not valid in C++ and a valid reference will
    never be at address 0.  Warnings are generated every time this header
    is included in a .cxx file.
    
    It turns out that there are no callers for the IsGluePoint() method,
    so just comment out its definition.
    
    It also turns out that all the callers of IsPointMarked() pass it
    a dereferenced pointer, so convert IsPointMarked() to take a pointer
    argument and modify all the callers to pass a pointer without
    dereferencing it first.
    d8e7261d
Adı
Son kayıt (commit)
Son güncelleme
..
bulmaper.cxx Loading commit data...
fuarea.cxx Loading commit data...
fubullet.cxx Loading commit data...
fuchar.cxx Loading commit data...
fucon3d.cxx Loading commit data...
fuconarc.cxx Loading commit data...
fuconbez.cxx Loading commit data...
fuconcs.cxx Loading commit data...
fuconnct.cxx Loading commit data...
fuconrec.cxx Loading commit data...
fuconstr.cxx Loading commit data...
fuconuno.cxx Loading commit data...
fucopy.cxx Loading commit data...
fucushow.cxx Loading commit data...
fudraw.cxx Loading commit data...
fudspord.cxx Loading commit data...
fuediglu.cxx Loading commit data...
fuexpand.cxx Loading commit data...
fuformatpaintbrush.cxx Loading commit data...
fuhhconv.cxx Loading commit data...
fuinsert.cxx Loading commit data...
fuinsfil.cxx Loading commit data...
fuline.cxx Loading commit data...
fulinend.cxx Loading commit data...
fulink.cxx Loading commit data...
fumeasur.cxx Loading commit data...
fumorph.cxx Loading commit data...
fuoaprms.cxx Loading commit data...
fuolbull.cxx Loading commit data...
fuoltext.cxx Loading commit data...
fuoutl.cxx Loading commit data...
fupage.cxx Loading commit data...
fuparagr.cxx Loading commit data...
fupoor.cxx Loading commit data...
fuprlout.cxx Loading commit data...
fuprobjs.cxx Loading commit data...
fuscale.cxx Loading commit data...
fusearch.cxx Loading commit data...
fusel.cxx Loading commit data...
fusldlg.cxx Loading commit data...
fusnapln.cxx Loading commit data...
fusumry.cxx Loading commit data...
futempl.cxx Loading commit data...
futext.cxx Loading commit data...
futhes.cxx Loading commit data...
futransf.cxx Loading commit data...
futxtatt.cxx Loading commit data...
fuvect.cxx Loading commit data...
fuzoom.cxx Loading commit data...
sdundo.cxx Loading commit data...
sdundogr.cxx Loading commit data...
smarttag.cxx Loading commit data...
undoback.cxx Loading commit data...
undoheaderfooter.cxx Loading commit data...
undolayer.cxx Loading commit data...
undopage.cxx Loading commit data...
unmovss.cxx Loading commit data...
unoaprms.cxx Loading commit data...
unprlout.cxx Loading commit data...