Skip to content
  • Guillaume Lazzara's avatar
    Fix warnings with Clang/g++ 4.6.x · 812809e6
    Guillaume Lazzara authored
    	* mln/border/duplicate.hh,
    	* mln/border/mirror.hh,
    	* mln/canvas/browsing/internal/graph_first_search.hh,
    	* mln/convert/impl/from_float_to_value.hh,
    	* mln/convert/to_qimage.hh,
    	* mln/core/image/complex_window_piter.hh,
    	* mln/extension/fill.hh,
    	* mln/fun/spe/binary.hh,
    	* mln/fun/spe/unary.hh,
    	* mln/fun/x2x/rotation.hh,
    	* mln/io/fld/max_components.hh,
    	* mln/labeling/flat_zones.hh,
    	* mln/labeling/value.hh,
    	* mln/morpho/reconstruction/by_dilation/union_find.hh,
    	* mln/opt/element.hh,
    	* mln/registration/get_rot.hh,
    	* mln/subsampling/antialiased.hh,
    	* mln/subsampling/gaussian_subsampling.hh,
    	* mln/topo/skeleton/is_simple_point.hh,
    	* mln/transform/influence_zone_geodesic.hh,
    	* mln/util/object_id.hh,
    	* mln/value/lut_vec.hh,
    	* mln/world/binary_2d/enlarge.hh: Avoid unused variable warnings.
    
    	* mln/accu/internal/couple.hh,
    	* mln/convert/from_to.hxx,
    	* mln/core/faces_psite.hh,
    	* mln/core/image/ch_piter.hh,
    	* mln/core/image/dmorph/extended.hh,
    	* mln/core/image/dmorph/extension_fun.hh,
    	* mln/core/image/dmorph/extension_ima.hh,
    	* mln/core/image/dmorph/extension_val.hh,
    	* mln/core/image/dmorph/hexa.hh,
    	* mln/core/image/dmorph/sub_image_if.hh,
    	* mln/core/image/dmorph/transformed_image.hh,
    	* mln/core/image/flat_image.hh,
    	* mln/core/image/graph_elt_mixed_window.hh,
    	* mln/core/image/graph_elt_window.hh,
    	* mln/core/image/graph_elt_window_if.hh,
    	* mln/core/image/graph_window_piter.hh,
    	* mln/core/image/image2d.hh,
    	* mln/core/image/imorph/labeled_image.hh,
    	* mln/core/image/imorph/plain.hh,
    	* mln/core/image/imorph/safe.hh,
    	* mln/core/image/vmorph/cast_image.hh,
    	* mln/core/image/vmorph/fun_image.hh,
    	* mln/core/image/vmorph/thru_image.hh,
    	* mln/core/image/vmorph/thrubin_image.hh,
    	* mln/core/image/vmorph/violent_cast_image.hh,
    	* mln/core/internal/is_masked_impl_selector.hh,
    	* mln/core/internal/pixel_impl.hh,
    	* mln/core/routine/init.hxx,
    	* mln/core/site_set/attic/p_faces_piter.hh,
    	* mln/core/site_set/p_faces.hh,
    	* mln/core/site_set/p_if.hh,
    	* mln/core/site_set/p_transformed.hh,
    	* mln/debug/println.spe.hh,
    	* mln/io/pbm/save.hh,
    	* mln/io/pgm/save.hh,
    	* mln/morpho/attribute/height.hh,
    	* mln/morpho/attribute/sharpness.hh,
    	* mln/morpho/attribute/volume.hh,
    	* mln/morpho/tree/data.hh,
    	* mln/topo/center_only_iter.hh,
    	* mln/topo/face.hh,
    	* mln/topo/face_data.hh,
    	* mln/trait/image_from_grid.hh,
    	* mln/trait/images.hh,
    	* mln/value/float01.hh,
    	* mln/value/float01_f.hh,
    	* mln/value/graylevel.hh,
    	* mln/value/graylevel_f.hh,
    	* mln/value/internal/gray_.hh,
    	* mln/value/internal/gray_f.hh: Make forward declarations
    	consistent with declarations.
    
    	* mln/core/concept/box.hh,
    	* mln/core/dpoints_pixter.hh,
    	* mln/core/image/graph_window_if_piter.hh: Add explicit 'this'.
    
    	* mln/data/fill.hh: Make sure declarations are made before use.
    
    	* mln/geom/chamfer.hh,
    	* mln/morpho/tree/compute_attribute_image.hh: Do not set default
    	argument values in declaration.
    
    	* mln/accu/line.hh: Use def::coord.
    
    	* mln/algebra/vec.hh,
    	* mln/convert/from_to.hxx,
    	* mln/core/image/dmorph/sub_image.hh,
    	* mln/core/internal/site_set_iterator_base.hh,
    	* mln/core/site_set/box.hh,
    	* mln/core/site_set/p_array.hh,
    	* mln/core/site_set/p_edges.hh,
    	* mln/core/site_set/p_vertices.hh: Make forward declaration
    	consistent with declaration.
    
    	* mln/value/builtin/carrays.hh: Explicitly convert to char *.
    
    	* mln/convert/impl/from_double_to_value.hh,
    	* mln/convert/impl/from_int_to_value.hh,
    	* mln/core/point.hh,
    	* mln/opt/element.hh: Avoid unused variable warning.
    
    	* mln/convert/impl/from_image_to_site_set.hh: Remove useless local variable.
    812809e6