Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created February 1, 2012 22:23
Show Gist options
  • Select an option

  • Save mitchty/1719845 to your computer and use it in GitHub Desktop.

Select an option

Save mitchty/1719845 to your computer and use it in GitHub Desktop.
2: CC vm/capi/globals.cpp
2: CC vm/capi/handle.cpp
3: CC vm/capi/hash.cpp
2: CC vm/capi/io.cpp
3: CC vm/capi/kernel.cpp
3: CC vm/capi/marshal.cpp
2: CC vm/capi/module.cpp
vm/capi/module.cpp: In function ‘int rb_const_defined_at(intptr_t, intptr_t)’:
vm/capi/module.cpp:33:30: error: unused variable ‘env’ [-Werror=unused-variable]
cc1plus: all warnings being treated as errors
Error: gcc -Ivm -Ivm/test/cxxtest -I. -pipe -Wall -fno-omit-frame-pointer -ggdb3 -Werror -DRBX_PROFILER -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAS_EXECINFO -DHAVE_TM_GMTOFF -DHAVE_TM_ZONE -DHAVE_TIMEZONE -DHAVE_TZNAME -DHAVE_DAYLIGHT -DHAVE_CLOCK_GETTIME -DHAVE_NL_LANGINFO -DHAVE_HEADER_ALLOCA_H -DNDEBUG -D_GNU_SOURCE -fomit-frame-pointer -fPIC -Ivendor/llvm/include -DENABLE_LLVM -Ivendor/udis86 -Ivendor/libffi/include -Ivendor/libgdtoa -Ivendor/oniguruma -Ivendor/libtommath -I/usr/local/include -I/local/home/mitch/.rubies/rbx-head/include -c -o vm/capi/artifacts/module.cpp.o vm/capi/module.cpp
3: CC vm/capi/numeric.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment