dc4b1b5154
ChangeLog: https://sourceforge.net/projects/regina-rexx/files/regina-rexx/3.9.3/ PR: 252726 Submitted by: bob@eager.cx (maintainer) MFH: 2021Q1 (plenty of bugfixes)
12 lines
280 B
C
12 lines
280 B
C
--- 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>
|