The errors are probably due to the stricter aliasing requirements in GCC
4.4 :
http://gcc.gnu.org/gcc-4.4/porting_to.html



The error :

cc1: warnings being treated as errors
schromotionest.c: In function ‘schro_encoder_bigblock_estimation’:
schromotionest.c:572: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:567: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:566: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:565: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:564: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:563: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:562: note: initialized from here
schromotionest.c:407: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:407: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:407: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:524: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:525: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:541: error: dereferencing pointer ‘mvdc’ does break
strict-aliasing rules
schromotionest.c:523: note: initialized from here

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Schrodinger-devel mailing list
Schrodinger-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to