﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
456	pslib won't build with --enable-optimize	jhoblitt	robert.desonia@…	"The warning is generated by many of the calls to psFree().

warning: dereferencing type-punned pointer will break strict-aliasing rules

The warning is caused by '-fstrict-aliasing' which is enabled under -O2.  It is
supposedly only triggered by unions being cast then deferenced but the warning
is also trigged when freeing a psMetadata (not psMetadataItem) which does not
contant a union. I'm not sure why we haven't seen this error before but it
appears to be a C99ism.  Anyways, please have configure add
'-fno-strict-aliasing' to CFLAGS by default."	defect	closed	high		build	0.6.0	normal	fixed		rhl@…
