From b1ad94d4c9a8f3e13caa35c8f06be35cffa81938 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 10 May 2006 17:12:57 +0000 Subject: [PATCH] fix 135210 - -nowarn exceptions for xlint, declare warning --- .../src/org/aspectj/ajdt/ajc/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties index 466071eb9..be60c76fe 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties @@ -64,8 +64,8 @@ Standard Eclipse compiler options:\n\ \ \n\ \ Warning options:\n\ \ -deprecation + deprecation outside deprecated code\n\ -\ -nowarn disable all warnings\n\ -\ -warn:none disable all warnings\n\ +\ -nowarn disable all warnings except xlint or declare warning\n\ +\ -warn:none disable all warnings except xlint or declare warning\n\ \ -warn: enable exactly the listed warnings\n\ \ -warn:+ enable additional warnings\n\ \ -warn:- disable specific warnings\n\ -- 2.39.5