File: gcc-8.patch

package info (click to toggle)
librcsb-core-wrapper 1.005-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,504 kB
  • sloc: xml: 122,915; cpp: 25,250; ansic: 3,736; makefile: 1,031; sh: 772; lex: 294; yacc: 235; perl: 213; python: 121; csh: 30
file content (16 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Stop building with -Werror
 This works around a FTBFS with gcc 8.
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/897795

--- a/etc/make.platform.gnu4
+++ b/etc/make.platform.gnu4
@@ -34,7 +34,7 @@ ABI=
 
 # WARNINGS_AS_ERRORS defines flags to instruct all compilers to treat all
 # warnings as errors.
-WARNINGS_AS_ERRORS=-Werror
+#WARNINGS_AS_ERRORS=-Werror
 
 # ALL_WARNINGS defines flags to instruct all compilers to report all
 # warnings.