aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-03-23 14:48:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-23 14:48:29 -0700
commitb8a57ceb0164064ba957332ece0d64734ba8607a (patch)
tree4efdae2f3d2beeaccf113df42c2a01e3731bb23a /eclipse
parent891f5f98769d7d09b9e4419bdeeefeec8224f6d2 (diff)
parent9df69d218232d05107066a7dedb64b27958468ca (diff)
downloadsdk-b8a57ceb0164064ba957332ece0d64734ba8607a.zip
sdk-b8a57ceb0164064ba957332ece0d64734ba8607a.tar.gz
sdk-b8a57ceb0164064ba957332ece0d64734ba8607a.tar.bz2
Merge "Turn off warnings in the command-line plugin build"
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/buildConfig/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties
index ae3be41..4c1d471 100644
--- a/eclipse/buildConfig/build.properties
+++ b/eclipse/buildConfig/build.properties
@@ -221,7 +221,7 @@ javacFailOnError=true
javacVerbose=true
# Extra arguments for the compiler. These are specific to the java compiler being used.
-#compilerArg=
+compilerArg=-warn:none
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
javacSource=1.6