jon-turney / pidgin-musictracker

Automatically exported from code.google.com/p/pidgin-musictracker
GNU General Public License v2.0
0 stars 0 forks source link

build problem, strict-aliasing warning #265

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
build pidgin-musictracker 0.4.22 with gcc 4.6.1 on Mandriva Linux 2011

It fails like this:
squeezecenter.c: In function 'squeezecenter_connect':
squeezecenter.c:185:32: error: dereferencing type-punned pointer might break 
strict-aliasing rules [-Werror=strict-aliasing]
cc1: all warnings being treated as errors

Original issue reported on code.google.com by Goetz.Wa...@gmail.com on 19 Oct 2011 at 7:47