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
Post a Comment