gcc - Suppress the "All warning being treated as errors" warning? -


i have warnings errors (-wall -wextra -werror) enabled on gcc project, , cc1plus.exe outputting message "all warnings being treated errors" on stderr. causing problems other tools in our build process.

is there way suppress output?


Comments

Popular posts from this blog

Android volley - avoid multiple requests of the same kind to the server? -

magento2 - Magento 2 admin grid add filter to collection -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -