Skip to content

Commit

Permalink
[2/2] NDK26 has stricter default compiler errors. Disable incompatibl…
Browse files Browse the repository at this point in the history
…e-function-pointer-types error for wvWare
  • Loading branch information
ViliusSutkus89 committed Jan 1, 2024
1 parent 5d78de2 commit 7480429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependency-builder/src/main/cpp/packages/wvWare.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ExternalProjectAutotools(wvWare
URL https://www.abisource.com/downloads/wv/1.2.9/wv-1.2.9.tar.gz
URL_HASH SHA256=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d

CONFIGURE_ARGUMENTS --with-libwmf=${THIRDPARTY_PREFIX} -Wno-error=incompatible-function-pointer-types
CONFIGURE_ARGUMENTS --with-libwmf=${THIRDPARTY_PREFIX}
EXTRA_ENVVARS "CFLAGS=-Wno-error=incompatible-function-pointer-types"
)

0 comments on commit 7480429

Please sign in to comment.