BewareMyPower commented on issue #13429:
URL: https://github.com/apache/pulsar/issues/13429#issuecomment-1070374003


   See https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html for reference.
   
   `-Werror=` makes the specified warning into an error, while `-Wno-error=` is 
used to negate `-Werror=` for specified warning.
   
   If you can modify the `CMakeLists.txt`, maybe a quickest way is to remove 
the ` -Werror` option, which makes all warnings into errors.
   


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