Couple interesting warnings...
----- Forwarded message from root <root@...1070...> ----- Test Status Score Info ------------------------------------------------------------------------ make check PASS 19/19
== Warnings ==
selection-chemistry.cpp:1880: warning: statement has no effect
1880: } else if ( SP_IS_ITEM(object) && ( !only_in_viewport || desktop->isWithinViewport(SP_ITEM(object)) ) && ( !onlyvisible || !desktop->itemIsHidden(SP_ITEM(object))) && ( !onlysensitive || !SP_ITEM(object)->isLocked()) && !desktop->isLayer(SP_ITEM(object)) ) {
libnrtype/Layout-TNG-Output.cpp:219: warning: enumeration value 'PANGO_WEIGHT_SEMIBOLD' not handled in switch
SOunds like it just needs this added?
226: + case PANGO_WEIGHT_SEMIBOLD : return "semibold";
sp-flowtext.cpp:339: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) sp-shape.cpp:672: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) sp-text.cpp:488: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) display/canvas-arena.cpp:85: warning: invalid access to non-static data member 'SPCanvasArenaClass::arena_event' of NULL object display/canvas-arena.cpp:85: warning: (perhaps the 'offsetof' macro was used incorrectly) display/sp-canvas.cpp:132: warning: invalid access to non-static data member 'SPCanvasItemClass::event' of NULL object display/sp-canvas.cpp:132: warning: (perhaps the 'offsetof' macro was used incorrectly)
== Unit Tests ==
PASS: test-all PASS: style-test PASS: display/bezier-utils-test PASS: helper/units-test PASS: libnr/in-svg-plane-test PASS: libnr/nr-matrix-test PASS: libnr/nr-point-fns-test PASS: libnr/nr-rotate-test PASS: libnr/nr-rotate-fns-test PASS: libnr/nr-scale-test PASS: libnr/nr-translate-test PASS: libnr/nr-types-test PASS: libnr/test-nr PASS: removeoverlap/remove_rectangle_overlap-test PASS: svg/test-svg PASS: util/list-container-test PASS: xml/test-xml PASS: xml/quote-test PASS: xml/repr-action-test
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-tester mailing list Inkscape-tester@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-tester
----- End forwarded message -----
libnrtype/Layout-TNG-Output.cpp:219: warning: enumeration value 'PANGO_WEIGHT_SEMIBOLD' not handled in switch
SOunds like it just needs this added?
226:
case PANGO_WEIGHT_SEMIBOLD : return "semibold";
No, some changes in Yue Shi Lai's patch were not correct. Fixed. Apologies for side effects.
ralf
participants (2)
-
Bryce Harrington
-
Ralf Stephan