Changeset 7021 in josm for trunk/build.xml


Ignore:
Timestamp:
2014-04-29T01:18:18+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - enable -Xlint:cast and fix associated warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7019 r7021  
    206206        <javac srcdir="src" excludes="com/**,oauth/**,org/apache/commons/codec/**,org/openstreetmap/gui/jmapviewer/Demo.java"
    207207                destdir="build" target="1.7" source="1.7" debug="on" includeantruntime="false" encoding="UTF-8">
     208            <compilerarg value="-Xlint:cast"/>
    208209            <compilerarg value="-Xlint:deprecation"/>
    209210            <compilerarg value="-Xlint:unchecked"/>
Note: See TracChangeset for help on using the changeset viewer.