Ignore linker warnings when compiling native extensions.

Index: lib/mkmf.rb
--- lib/mkmf.rb.orig
+++ lib/mkmf.rb
@@ -405,7 +405,7 @@ MESSAGE
         result = nil
         Logging.postpone do |log|
           output = IO.popen(env, command, &:read)
-          result = ($?.success? and File.zero?(log.path))
+          result = $?.success?
           output
         end
         result
