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

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

commit 7db0f8857019ac8bb2d062eadb0034b74af78371
Author: BiteTheDDDDt <[email protected]>
AuthorDate: Fri Jul 18 12:28:23 2025 +0800

    add -Wno-incompatible-pointer-types for ext
---
 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