From f10097640a8a62f9a139952844a75ac9b0b12543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Wed, 27 Nov 2019 13:34:20 +0100 Subject: [android] do not fail on tautological-constant-compare error --- next/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/next/CMakeLists.txt b/next/CMakeLists.txt index 3828a4023c..6ed7b7a12e 100644 --- a/next/CMakeLists.txt +++ b/next/CMakeLists.txt @@ -43,6 +43,7 @@ add_compile_options( $<$,$>>:-Wall> $<$,$>>:-Wextra> $<$,$>>:-Werror> + $<$,$>:-Wno-error=tautological-constant-compare> $<$:-Wno-error=maybe-uninitialized> $<$:-Wno-error=unknown-pragmas> $<$:-Wno-error=deprecated-declarations> -- cgit v1.2.1