Skip to content

Commit

Permalink
fixup! [cmake] bdb53: disable error for implicit-int
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak committed Jun 14, 2024
1 parent a801c74 commit 4e23a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ esac
AC_CONFIG_SUBDIRS([src/univalue])
AC_CONFIG_SUBDIRS([src/secp256k1])
if test "$enable_embedded_bdb" = "yes"; then
AX_SUBDIRS_CONFIGURE([src/bdb53], [[CFLAGS="-Wno-error=implicit-function-declaration"], [CXXFLAGS="-Wno-error=implicit-function-declaration"], [--disable-java], [--disable-jdbc], [--disable-replication], [--enable-cxx], [$ADDITIONAL_BDB_FLAGS]], [], [], [])
AX_SUBDIRS_CONFIGURE([src/bdb53], [[CFLAGS=-Wno-error=implicit-function-declaration -Wno-error=implicit-int], [CXXFLAGS=-Wno-error=implicit-function-declaration -Wno-error=implicit-int], [--disable-java], [--disable-jdbc], [--disable-replication], [--enable-cxx], [$ADDITIONAL_BDB_FLAGS]], [], [], [])
fi

AC_OUTPUT
Expand Down

0 comments on commit 4e23a4f

Please sign in to comment.