This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cp-patches] cp-tools: fix build options


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> It seems better to fix the warnings. Often they point to slightly wrong
Mark> or confusing code.

Yeah, that would be better.  However...

The shell-based build is not the best place to be looking for
warnings.  In my eclipse-based build I see nearly 10,000 warnings.
That would make for pretty big and noisy build logs.

Also I note that in lib/ we do select only a few warnings.  Perhaps
the same set ought to be used in tools/.

Mark> So, -w is accepted by your version of ecj?

No, -w is translated by the gcj-ish ecj front end that is being
invoked in the libjava build.  So the patch in question is actually
specific to gcj.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]