Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
Address YACC warning about POSIX not taking string literals
  • Loading branch information
mouse07410 authored Apr 5, 2024
1 parent fa46ff2 commit 940dd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libasn1parser/Makefile.am
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 940dd5f

Please sign in to comment.