mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:24:54 +00:00
libyui-ncurses: Disable Werror
There are new warnings seen with new clang 12 and gcc11 lets disable the warnings-as-errors for now src/NCPopupTextEntry.cc:76:74: error: 'void operator delete(void*, std::size_t)' called on pointer returned from a mismatched allocation function [-Werror=mismatched-new-delete] | 76 | NCInputField::PLAIN); | | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ae993f73ca
commit
7af511f644
@ -19,8 +19,7 @@ DEPENDS += "boost libyui ncurses"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
|
||||
EXTRA_OECMAKE_append_toolchain-clang = " -DENABLE_WERROR=OFF"
|
||||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF"
|
||||
|
||||
do_configure_prepend () {
|
||||
cd ${S}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user