[Cvs-annodex] commit (annodex): liboggplay/trunk/plugin/Makefile.am
laser13
nobody at lists.annodex.net
Tue Feb 27 23:54:06 UTC 2007
Update of /var/local/lib/svn/annodex (new revision 2607)
Modified files:
liboggplay/trunk/plugin/Makefile.am
Log Message:
aliasing problem with gcc 4.1.2 fix
Modified: liboggplay/trunk/plugin/Makefile.am
===================================================================
--- liboggplay/trunk/plugin/Makefile.am 2007-02-14 04:36:54 UTC (rev 2606)
+++ liboggplay/trunk/plugin/Makefile.am 2007-02-27 23:54:06 UTC (rev 2607)
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -Wall -Wno-non-virtual-dtor -Werror -DXP_UNIX -DMOZ_X11 -shared \
- -g -msse2
+ -g -msse2 -Wno-strict-aliasing
XPIDL=/usr/lib/firefox/xpidl
--
laser13
More information about the cvs-annodex
mailing list