Sha256: f10d16133740dba5f2f1dda4df382e3ec7f47e700393fbf1b414e31e716d6223
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 KB
Contents
/Users/ryansobol/.rubies/ruby-2.1.0/bin/ruby extconf.rb creating Makefile make "DESTDIR=" clean make "DESTDIR=" compiling http11_parser.c ext/http11/http11_parser.rl:111:17: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare] assert(pe - p == len - off && "pointers aren't same distance"); ~~~~~~ ^ ~~~~~~~~~ /usr/include/assert.h:93:25: note: expanded from macro 'assert' (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0) ^ 1 warning generated. compiling io_buffer.c io_buffer.c:119:21: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] return rb_str_new(b->top, b->cur - b->top); ^~~~~~ /Users/ryansobol/.rubies/ruby-2.1.0/include/ruby-2.1.0/ruby/intern.h:704:29: note: passing argument to parameter here VALUE rb_str_new(const char*, long); ^ 1 warning generated. compiling mini_ssl.c In file included from mini_ssl.c:3: /Users/ryansobol/.rubies/ruby-2.1.0/include/ruby-2.1.0/ruby/backward/rubyio.h:2:2: warning: use "ruby/io.h" instead of "rubyio.h" [-W#warnings] #warning use "ruby/io.h" instead of "rubyio.h" ^ mini_ssl.c:111:14: warning: unused variable 'n' [-Wunused-variable] int bytes, n; ^ mini_ssl.c:134:8: warning: unused variable 'buf' [-Wunused-variable] char buf[512]; ^ 3 warnings generated. compiling puma_http11.c linking shared-object puma/puma_http11.bundle make "DESTDIR=" install /usr/bin/install -c -m 0755 puma_http11.bundle ./.gem.20131230-57095-lxkwaz/puma installing default puma_http11 libraries
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mango-0.8.0 | vendor/bundler/ruby/2.1.0/extensions/x86_64-darwin-13/2.1.0-static/puma-2.7.1/gem_make.out |