diff mbox series

[1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS

Message ID 20201018134732.960533-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS | expand

Commit Message

Fabrice Fontaine Oct. 18, 2020, 1:47 p.m. UTC
OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/opencv3/opencv3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Oct. 18, 2020, 7:46 p.m. UTC | #1
Fabrice, All,

On 2020-10-18 15:47 +0200, Fabrice Fontaine spake thusly:
> OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
> OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/opencv3/opencv3.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/opencv3/opencv3.mk b/package/opencv3/opencv3.mk
> index 648cc66af3..c67387e114 100644
> --- a/package/opencv3/opencv3.mk
> +++ b/package/opencv3/opencv3.mk
> @@ -53,7 +53,7 @@ OPENCV3_CONF_OPTS += \
>  	-DENABLE_OMIT_FRAME_POINTER=ON \
>  	-DENABLE_PRECOMPILED_HEADERS=OFF \
>  	-DENABLE_PROFILING=OFF \
> -	-DOPENCV3_WARNINGS_ARE_ERRORS=OFF
> +	-DOPENCV_WARNINGS_ARE_ERRORS=OFF
>  
>  # OpenCV link options
>  OPENCV3_CONF_OPTS += \
> -- 
> 2.28.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Oct. 29, 2020, 3:59 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
 > OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/package/opencv3/opencv3.mk b/package/opencv3/opencv3.mk
index 648cc66af3..c67387e114 100644
--- a/package/opencv3/opencv3.mk
+++ b/package/opencv3/opencv3.mk
@@ -53,7 +53,7 @@  OPENCV3_CONF_OPTS += \
 	-DENABLE_OMIT_FRAME_POINTER=ON \
 	-DENABLE_PRECOMPILED_HEADERS=OFF \
 	-DENABLE_PROFILING=OFF \
-	-DOPENCV3_WARNINGS_ARE_ERRORS=OFF
+	-DOPENCV_WARNINGS_ARE_ERRORS=OFF
 
 # OpenCV link options
 OPENCV3_CONF_OPTS += \