Ignore:
Timestamp:
2017-03-08T00:12:06+01:00 (7 years ago)
Author:
donvip
Message:

disable error_prone FutureReturnValueIgnored warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r33173 r33181  
    8484            <compilerarg value="-Xep:ReferenceEquality:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
    8585            <compilerarg value="-Xep:InsecureCryptoUsage:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
     86            <compilerarg value="-Xep:FutureReturnValueIgnored:OFF" compiler="com.google.errorprone.ErrorProneAntCompilerAdapter"/>
    8687            <compilerarg line="-Xmaxwarns 1000"/>
    8788            <classpath refid="plugin.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.