Skip to content

Instantly share code, notes, and snippets.

@djwhitt
Created October 6, 2008 01:03
Show Gist options
  • Save djwhitt/14966 to your computer and use it in GitHub Desktop.
Save djwhitt/14966 to your computer and use it in GitHub Desktop.
CC vm/oop.cpp
cc1plus: warnings being treated as errors
vm/oop.cpp: In member function 'void rubinius::ObjectHeader::clear_fields()':
vm/oop.cpp:54: warning: dereferencing type-punned pointer will break strict-aliasing rules
vm/oop.cpp: In member function 'void rubinius::ObjectHeader::clear_body_to_null()':
vm/oop.cpp:62: warning: dereferencing type-punned pointer will break strict-aliasing rules
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment