diff options
Diffstat (limited to 'lang/rexx-regina/files/patch-threader.c')
-rw-r--r-- | lang/rexx-regina/files/patch-threader.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/rexx-regina/files/patch-threader.c b/lang/rexx-regina/files/patch-threader.c new file mode 100644 index 000000000000..e137e36e64f0 --- /dev/null +++ b/lang/rexx-regina/files/patch-threader.c @@ -0,0 +1,12 @@ +--- threader.c.orig 2021-01-14 22:06:20 UTC ++++ threader.c +@@ -22,6 +22,9 @@ + * + * This example works with Win32 as with OS/2 or Posix threads. + */ ++ ++#pragma clang diagnostic ignored "-Wint-to-void-pointer-cast" ++ + #include <stdio.h> + #include <string.h> + #include <stdlib.h> |