ksuarez1423 commented on code in PR #13859: URL: https://github.com/apache/arrow/pull/13859#discussion_r943938882
########## cpp/examples/tutorial_examples/CMakeLists.txt: ########## @@ -0,0 +1,20 @@ +project(MyExample) +set(CMAKE_CXX_STANDARD 11) +set(BUILD_WARNING_LEVEL CHECKIN) Review Comment: Oh, then I must've misread: https://arrow.apache.org/docs/developers/cpp/development.html What should I do instead to set the flag? I figured it seemed important, but may have used it wrong. -- 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]
