tuhaihe commented on issue #1201: URL: https://github.com/apache/cloudberry/issues/1201#issuecomment-3061153390
I added the `CFLAGS="-w"` to the original build command, and it was ok now. https://github.com/apache/cloudberry/blob/3f589f6159c01bbfcf656c034cd6a75fa4246b3e/gpMgmt/bin/Makefile#L118 The new full cmd: ``` env -u CC CFLAGS="-w" python3 setup.py build ``` Further questions: - Should I add the new package installation to the build doc? - Is it worth a tiny PR to add the new option `CFLAGS="-w"` to the source code? -- 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]
