Skip to content

Commit

Permalink
Merge pull request #15914 from opensourcerouting/build-deprecated-no-…
Browse files Browse the repository at this point in the history
…error

build: exclude deprecated decls from -Werror
  • Loading branch information
donaldsharp authored May 3, 2024
2 parents 46d7e08 + e509f30 commit 53820a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ fi
AC_C_FLAG([-Wno-unused-parameter])
AC_C_FLAG([-Wno-missing-field-initializers])
AC_C_FLAG([-Wno-microsoft-anon-tag])
AC_C_FLAG([-Wno-error=deprecated-declarations])

AC_C_FLAG([-Wc++-compat], [], [CXX_COMPAT_CFLAGS="-Wc++-compat"])
AC_SUBST([CXX_COMPAT_CFLAGS])
Expand Down

0 comments on commit 53820a5

Please sign in to comment.