File: no-incompatible-pointer-types.patch

package info (click to toggle)
nim-hts 0.3.25%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,360 kB
  • sloc: ansic: 443; sh: 52; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-12-01
Bug-Debian: https://bugs.debian.org/1081123
Description: Tolerate incompatible pointer types to build smoothly

--- a/tests/nim.cfg
+++ b/tests/nim.cfg
@@ -1 +1,3 @@
 path = "$projectPath/../src"
+gcc.options.always = "-Wno-incompatible-pointer-types"
+