Skip to content

Instantly share code, notes, and snippets.

@nu7hatch
Created April 14, 2011 02:10
Show Gist options
  • Save nu7hatch/918777 to your computer and use it in GitHub Desktop.
Save nu7hatch/918777 to your computer and use it in GitHub Desktop.
bla bla bla...
...
gcc -Ivm/external_libs/llvm/include -I/home/nu7hatch/.rvm/src/rbx-1.1.0-20100923/vm/external_libs/llvm/include -I/home/nu7hatch/.rvm/src/rbx-1.1.0-20100923/vm/external_libs/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fomit-frame-pointer -fPIC -Ivm/external_libs/libtommath -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libffi/include -Ivm/test/cxxtest -Ivm -I. -I/usr/local/include -Ivm/external_libs/udis86 -pipe -Wall -Wno-deprecated -DENABLE_LLVM -DHAS_EXECINFO -ggdb3 -O2 -Werror -DRBX_PROFILER -c -o vm/builtin/unpack.o vm/builtin/unpack.cpp 2>&1
cc1plus: warnings being treated as errors
vm/builtin/unpack.cpp: In function ‘rubinius::String* rubinius::unpack::uu_decode(rubinius::VM*, const char*&, const char*, size_t)’:
vm/builtin/unpack.cpp:256:36: error: value computed is not used
vm/builtin/unpack.cpp:258:19: error: value computed is not used
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/llvm/include -I/hom...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment