1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/lang/rexx-regina/files/patch-yaccsrc.y
Fernando Apesteguía dc4b1b5154 lang/rexx-regina: upgrade to 3.9.3
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)
2021-01-18 19:17:53 +00:00

12 lines
309 B
Plaintext

--- yaccsrc.y.orig 2021-01-14 22:26:31 UTC
+++ yaccsrc.y
@@ -23,6 +23,8 @@ static char *RCSid = "$Id: yaccsrc.y,v 1.44 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>