mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
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)
11 lines
309 B
C
11 lines
309 B
C
--- yaccsrc.c.orig 2021-01-14 22:34:08 UTC
|
|
+++ yaccsrc.c
|
|
@@ -96,6 +96,8 @@ static char *RCSid = "$Id: yaccsrc.c,v 1.47 2019/04/06
|
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
+#pragma clang diagnostic ignored "-Wint-to-pointer-cast"
|
|
+
|
|
#include "rexx.h"
|
|
#include <time.h>
|
|
|