mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 11:10:08 +00:00
[build] fix warning of clearing non-trivial type (#5710)
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ build()
|
||||
mkdir -p "${builddir}"
|
||||
cd "${builddir}"
|
||||
|
||||
cmake -GNinja "$@" "${OT_SRCDIR}"
|
||||
cmake -GNinja -DOT_COMPILE_WARNING_AS_ERROR=ON "$@" "${OT_SRCDIR}"
|
||||
|
||||
if [[ -n ${OT_CMAKE_NINJA_TARGET[*]} ]]; then
|
||||
ninja "${OT_CMAKE_NINJA_TARGET[@]}"
|
||||
|
||||
Reference in New Issue
Block a user