On Tue, Apr 08, 2008 at 07:46:21AM +0200, Mike Hommey wrote:
> On Tue, Apr 08, 2008 at 12:28:22AM +0200, Frank Lichtenheld wrote:
> > your package failed to build from source.
> > 
> > | ../../../dist/include/xpcom/nsVoidArray.h: In member function 'void 
> > nsAutoVoidArray::ResetToAutoBuffer()':
> > | ../../../dist/include/xpcom/nsVoidArray.h:193: warning: cast from 'char*' 
> > to 'nsVoidArray::Impl*' increases required alignment of target type
> 
> Okay, so this is obviously happening because netwerk/cookie/src is one
> of the few directories where upstream added -Werror.
> 
> Now, is this warning going to be harmful at runtime or not on hppa, I
> don't know. Do you have an idea? If not, are you in position to try to
> build removing CXXFLAGS += $(WARNINGS_AS_ERRORS) from
> netwerk/cookie/src/Makefile.in, run the mybrowser application[1], and
> run a site where cookies are used?

I can certainly try that, might be a few days until I find the time
though.

Generally hppa seems to be very picky about unaligned accesses, so
dependent on what happens to that pointer later this might be an actual
problem or not. But I'm really not proficient enough to judge this
for myself.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to