aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authorwisberg <wisberg>2006-05-10 17:12:57 +0000
committerwisberg <wisberg>2006-05-10 17:12:57 +0000
commitb1ad94d4c9a8f3e13caa35c8f06be35cffa81938 (patch)
tree0ba686a430324c64eee4592c1aa965a133c383cf /org.aspectj.ajdt.core
parentb26fead410970bfb7a363ace1dc956c0a5b44c88 (diff)
downloadaspectj-b1ad94d4c9a8f3e13caa35c8f06be35cffa81938.tar.gz
aspectj-b1ad94d4c9a8f3e13caa35c8f06be35cffa81938.zip
fix 135210 - -nowarn exceptions for xlint, declare warning
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/messages.properties4
1 files 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:<warnings separated by ,> enable exactly the listed warnings\n\
\ -warn:+<warnings separated by ,> enable additional warnings\n\
\ -warn:-<warnings separated by ,> disable specific warnings\n\