From 940dd5fa9f3917913fd487b13dfddfacd0ded06e Mon Sep 17 00:00:00 2001 From: Mouse Date: Fri, 5 Apr 2024 16:15:01 -0400 Subject: [PATCH] Update Makefile.am Address YACC warning about POSIX not taking string literals --- libasn1parser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libasn1parser/Makefile.am b/libasn1parser/Makefile.am index 4d162a99f..6afd95742 100644 --- a/libasn1parser/Makefile.am +++ b/libasn1parser/Makefile.am @@ -1,7 +1,7 @@ AM_CFLAGS = @ADD_CFLAGS@ AM_CPPFLAGS = -I$(top_srcdir)/libasn1common -AM_YFLAGS = -p asn1p_ -d +AM_YFLAGS = -p asn1p_ -d -Wno-yacc AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c noinst_LTLIBRARIES = libasn1parser.la