This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene by this push:
     new f608ed38463 add -Wno-incompatible-pointer-types for ext (#336)
f608ed38463 is described below

commit f608ed38463c298e1d10310f8dcff74c0325b0f1
Author: Pxl <[email protected]>
AuthorDate: Fri Jul 18 13:57:55 2025 +0800

    add -Wno-incompatible-pointer-types for ext (#336)
---
 src/ext/for/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ext/for/CMakeLists.txt b/src/ext/for/CMakeLists.txt
index 24384297462..f120e567674 100644
--- a/src/ext/for/CMakeLists.txt
+++ b/src/ext/for/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT CMAKE_BUILD_TYPE)
 endif()
 
 set(DEBUG "-DNDEBUG -g -O3")
-set(OPT "-w -Wall -fstrict-aliasing -falign-loops -Wno-int-conversion")
+set(OPT "-w -Wall -fstrict-aliasing -falign-loops -Wno-int-conversion 
-Wno-incompatible-pointer-types")
 
 if(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
     set(SSE "-msse4.2")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to