Skip to content
Snippets Groups Projects
Commit 6afd1bb6 authored by MichelJuillard's avatar MichelJuillard
Browse files

ignore unused-private-field warning

parent db5d3be6
Branches
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ EXTRA_DIST = \ ...@@ -66,7 +66,7 @@ EXTRA_DIST = \
$(BUILT_SOURCES) $(BUILT_SOURCES)
# The -I. is for <FlexLexer.h> # The -I. is for <FlexLexer.h>
dynare_preprocessor_CPPFLAGS = $(BOOST_CPPFLAGS) -I. dynare_preprocessor_CPPFLAGS = $(BOOST_CPPFLAGS) -I. -Wno-unused-private-field
dynare_preprocessor_LDFLAGS = $(AM_LDFLAGS) $(BOOST_LDFLAGS) dynare_preprocessor_LDFLAGS = $(AM_LDFLAGS) $(BOOST_LDFLAGS)
# -lpthread is no longer necessary for glibc ⩾ 2.34 (i.e. Debian “bookworm” 12) # -lpthread is no longer necessary for glibc ⩾ 2.34 (i.e. Debian “bookworm” 12)
dynare_preprocessor_LDADD = macro/libmacro.a -lpthread dynare_preprocessor_LDADD = macro/libmacro.a -lpthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment