Ignore:
Timestamp:
2016-07-28T23:06:31+02:00 (8 years ago)
Author:
donvip
Message:

disable ReferenceEquality warning, increase warnings limit

File:
1 edited

Legend:

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

    r32700 r32737  
    7878            <compilerarg value="-Xlint:deprecation"/>
    7979            <compilerarg value="-Xlint:unchecked"/>
     80            <compilerarg value="-Xep:ReferenceEquality:OFF"/>
     81            <compilerarg line="-Xmaxwarns 1000"/>
    8082            <classpath refid="plugin.classpath"/>
    8183        </javac>
Note: See TracChangeset for help on using the changeset viewer.