File: glib-deprecated.diff

package info (click to toggle)
xmms2 0.8%2Bdfsg-29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,216 kB
  • sloc: ansic: 63,803; python: 15,537; cpp: 5,718; xml: 1,479; perl: 338; ruby: 243; makefile: 79; sh: 59; asm: 7
file content (12 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Index: b/wscript
===================================================================
--- a/wscript
+++ b/wscript
@@ -315,6 +315,7 @@ def configure(conf):
 
     flags.disable_c_warning('format-extra-args')
     flags.disable_c_warning('format-zero-length')
+    flags.disable_c_warning('deprecated-declarations')
 
     flags.enable_feature('diagnostics-show-option')