File: 01-ignore-warnings.patch

package info (click to toggle)
jline3 3.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,220 kB
  • sloc: java: 31,733; xml: 921; sh: 173; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: Removed -Werror tag
Author: Saif Abdul Cassim <saif.15@cse.mrt.ac.lk>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,6 @@
                     <showWarnings>true</showWarnings>
                     <compilerArgs>
                         <arg>-Xlint:all,-options</arg>
-                        <arg>-Werror</arg>
                         <arg>-profile</arg>
                         <arg>compact1</arg>
                     </compilerArgs>
--- a/jline/pom.xml
+++ b/jline/pom.xml
@@ -226,7 +226,6 @@
                             </excludes>
                             <compilerArgs>
                                 <arg>-Xlint:all,-options</arg>
-                                <arg>-Werror</arg>
                                 <arg>-profile</arg>
                                 <arg>compact1</arg>
                             </compilerArgs>
@@ -243,7 +242,6 @@
                             </includes>
                             <compilerArgs>
                                 <arg>-Xlint:all,-options</arg>
-                                <arg>-Werror</arg>
                                 <arg>-profile</arg>
                                 <arg>compact3</arg>
                             </compilerArgs>