Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW and [Xlint:unmatchedSuperTypeInCall]

You will need to specify the -nowarn option in the <weaver> section in aop.xml as follows:

<weaver option="-nowarn">
  ...

-Ramnivas

On Sun, Oct 19, 2008 at 11:59 AM, Mauro Baluda <mauro@xxxxxxxx> wrote:
On Sun, Oct 19, 2008 at 5:04 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
> Yes.  Go into the project's compiler options, and turn off warnings.

I did it but I still get the warnings during load time weaving

Mauro
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top