Chromium Code Reviews| 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> | 
| <!-- |