diff options
Diffstat (limited to 'eclipse/buildConfig/build.properties')
-rw-r--r-- | eclipse/buildConfig/build.properties | 2 |
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 |