Skip to content

Instantly share code, notes, and snippets.

@srbaker
Created September 25, 2010 00:10
Show Gist options
  • Save srbaker/596273 to your computer and use it in GitHub Desktop.
Save srbaker/596273 to your computer and use it in GitHub Desktop.
cc1plus: warnings being treated as errors
In file included from vm/gc/immix.hpp:4,
from vm/objectmemory.cpp:8:
vm/util/immix.hpp: In constructor ‘immix::Chunk::Chunk()’:
vm/util/immix.hpp:297: error: unused variable ‘ret’
vm/util/immix.hpp: In constructor ‘immix::SingleBlockAllocator::SingleBlockAllocator(immix::Block&)’:
vm/util/immix.hpp:588: error: unused variable ‘success’
rake aborted!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment