Skip to content

Commit

Permalink
Merge pull request #388 from Earlopain/fix-warning
Browse files Browse the repository at this point in the history
Fix a method redefinition warning
  • Loading branch information
jcupitt committed Mar 1, 2024
2 parents 5664eb4 + 61db28d commit 866f509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/vips/object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
module Vips
private

# debugging support
attach_function :vips_object_print_all, [], :void

# we must init these by hand, since they are usually made on first image
# create
attach_function :vips_band_format_get_type, [], :GType
Expand Down Expand Up @@ -337,6 +334,7 @@ class ArgumentInstancePtr < FFI::Struct
ArgumentClassPtr.ptr, ArgumentInstancePtr.ptr],
:int

# debugging support
attach_function :vips_object_print_all, [], :void

attach_function :vips_object_set_from_string, [:pointer, :string], :int
Expand Down

0 comments on commit 866f509

Please sign in to comment.