Re: [java-gnome-hackers] release candidate
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-02-03 00:56:56
|
On Mon, 2009-02-02 at 21:02 +0200, Serkan Kaba wrote: > Portage extracted following warning out of gcc. Can we ignore them? > * QA Notice: Package has poor programming practices which may compile > * fine but exhibit random runtime failures. > * src/jni/bindings_java_util.c:57: warning: dereferencing type-punned > pointer will break strict-aliasing rules > * src/jni/bindings_java_util.c:67: warning: dereferencing type-punned > pointer will break strict-aliasing rules I just did: moonglow:~/workspace/java-gnome $ rm tmp/objects/bindings_java_util.o moonglow:~/workspace/java-gnome $ make GCC src/jni/bindings_java_util.c moonglow:~/workspace/java-gnome $ No warnings. So what is Portage doing that a straight up from-source build is not? As for the lines in question, as far as I can tell those are the correct idiom for making calls through the JavaVM interface struct. AfC Sydney |