zml1206 commented on code in PR #10161:
URL:
https://github.com/apache/incubator-gluten/pull/10161#discussion_r2199473090
##########
ep/build-velox/src/build_velox.sh:
##########
@@ -101,7 +101,7 @@ function compile {
# Maybe there is some set option in velox setup script. Run set command
again.
set -exu
- CXX_FLAGS='-Wno-error=stringop-overflow -Wno-error=cpp
-Wno-missing-field-initializers -Wno-unknown-warning-option'
+ CXX_FLAGS='-Wno-error=stringop-overflow -Wno-error=cpp
-Wno-missing-field-initializers -Wno-unknown-warning-option
-Wno-template-id-cdtor'
Review Comment:
-Wno-template-id-cdtor seems to be gcc specific, not supported by clang.
```
clang-18 -Wno-template-id-cdtor a.cpp
warning: unknown warning option '-Wno-template-id-cdtor'
[-Wunknown-warning-option]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]