PHILO-HE commented on code in PR #11118:
URL: 
https://github.com/apache/incubator-gluten/pull/11118#discussion_r2548377785


##########
cpp/CMakeLists.txt:
##########
@@ -100,6 +100,7 @@ set(KNOWN_WARNINGS
        -Wno-error=unused-variable \
        -Wno-error=uninitialized \
        -Wno-error=maybe-uninitialized \
+       -Wno-unknown-warning-option \

Review Comment:
   Yes. Only when there are some other errors during the build, GCC reported 
that this flag is not recognized, which is printed to help developer diagnose 
issues. In normal situation, GCC just ignores it for maintaining compatibility.



-- 
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]

Reply via email to