dongjoon-hyun commented on code in PR #1420:
URL: https://github.com/apache/orc/pull/1420#discussion_r1237856654


##########
CMakeLists.txt:
##########
@@ -118,10 +118,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
   set (WARN_FLAGS "${WARN_FLAGS} -Wno-gnu-zero-variadic-macro-arguments")
   set (WARN_FLAGS "${WARN_FLAGS} -Wconversion")
   if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "13.0")
-    set (WARN_FLAGS "${WARN_FLAGS} -Wno-reserved-identifier 
-Wno-suggest-destructor-override -Wno-suggest-override")
+    set (WARN_FLAGS "${WARN_FLAGS} -Wno-reserved-identifier")
   endif()
   if (CMAKE_HOST_APPLE AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "12.0")
-    set (WARN_FLAGS "${WARN_FLAGS} -Wno-c++2a-compat 
-Wno-unknown-warning-option -Wno-suggest-override 
-Wno-suggest-destructor-override")

Review Comment:
   We cannot enforce it in Clang 10. Let me recover this part.



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

Reply via email to