Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4436)

Unified Diff: build/android/ant/sdk-targets.xml

Issue 11580006: [Android] Output unchecked warnings and fix existing instances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/ant/sdk-targets.xml
diff --git a/build/android/ant/sdk-targets.xml b/build/android/ant/sdk-targets.xml
index 7fa73d363f1499c50e4327182da9b6d6f850902b..3ad77e2946d595102116da945870e3418f5ec5ba 100644
--- a/build/android/ant/sdk-targets.xml
+++ b/build/android/ant/sdk-targets.xml
@@ -62,6 +62,7 @@
<src>
<path refid="javac.srcdirs.additional"/>
</src>
+ <compilerarg value="-Xlint:unchecked"/>
<compilerarg line="${java.compilerargs}"/>
</javac>
<!--
« no previous file with comments | « build/android/ant/chromium-jars.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeBrowserProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698