Skip to content

Commit 07e5995

Browse files
committed
remove -Wno-dev
1 parent 5fb9ca7 commit 07e5995

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ jobs:
161161
EXTRA_FLAGS+=" -DANDROID_STL=c++_static"
162162
EXTRA_FLAGS+=" -DBUILD_ANDROID_EXAMPLES=OFF"
163163
EXTRA_FLAGS+=" -DBUILD_ANDROID_PROJECTS=OFF"
164-
EXTRA_FLAGS+=" -Wno-dev"
165164
166165
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
167166
EXTRA_FLAGS+=" -DANDROID_ABI=arm64-v8a"

0 commit comments

Comments
 (0)