Package: javamail / 1.6.2-1

10-ignore-compilation-warnings.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Don't break the build on compilation warnings
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/android/activation/pom.xml
+++ b/android/activation/pom.xml
@@ -127,7 +127,6 @@
 				<arg>-Xlint:-cast</arg>
 				<arg>-Xlint:-deprecation</arg>
 				<arg>-Xlint:-dep-ann</arg>
-				<arg>-Werror</arg>
 			    </compilerArgs>
 			    <showWarnings>true</showWarnings>
 			</configuration>
--- a/mail/pom.xml
+++ b/mail/pom.xml
@@ -178,7 +178,6 @@
 			<arg>-Xlint</arg>
 			<arg>-Xlint:-options</arg>
 			<arg>-Xlint:-path</arg>
-			<arg>-Werror</arg>
 		    </compilerArgs>
 		    <showDeprecation>true</showDeprecation>
 		    <showWarnings>true</showWarnings>