I am developing a brew app. When compiling the app to get MOD file, I am continuously getting this error
cc1.exe: warnings being treated as errors
I want to disable this warning. I have googled it, and many says disabling -werror
will help but I don't know how to do that. The compiler is CodeSourcery ARM.