mirror of https://github.com/apache/jclouds.git
Disabling annotation processing lint warnings
Eliminates 138 warnings of the form: warning: No processor claimed any of these annotations:
This commit is contained in:
parent
ff8fe2316b
commit
5ef5f5423c
|
@ -740,6 +740,7 @@
|
|||
<compilerArgs>
|
||||
<compilerArg>-Xlint</compilerArg>
|
||||
<compilerArg>-Xlint:-deprecation</compilerArg>
|
||||
<compilerArg>-Xlint:-processing</compilerArg>
|
||||
<compilerArg>-Xlint:-rawtypes</compilerArg>
|
||||
<compilerArg>-Xlint:-serial</compilerArg>
|
||||
<compilerArg>-Xlint:-unchecked</compilerArg>
|
||||
|
|
Loading…
Reference in New Issue