File: build-disable-Wno-all.patch

package info (click to toggle)
open-iscsi 2.1.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,888 kB
  • sloc: ansic: 49,790; perl: 2,481; sh: 2,247; makefile: 660; python: 622; yacc: 219; lex: 74
file content (25 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
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
From: Chris Hofstaedtler <zeha@debian.org>
Date: Sun, 19 May 2024 01:25:18 +0200
Subject: build: disable -Wno-all

---
 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index 9138ce9..5704ba2 100644
--- a/meson.build
+++ b/meson.build
@@ -102,10 +102,10 @@ endif
 #
 libsysdeps = static_library('sysdeps', sysdeps_files,
   include_directories: [usr_inc, main_inc, lib_inc],
-  c_args: '-Wno-all')
+  )
 libfwparam = static_library('fwparam', fwparam_files,
   include_directories: [usr_inc, main_inc, lib_inc],
-  c_args: [genl_cargs, '-Wno-all'])
+  c_args: genl_cargs)
 
 #
 # build libopeniscsiusr, since it does not