On 2/28/2014 10:49 AM, Gregory Szorc wrote:
> Speaking of compiler warnings, do people commonly run into "compiler
> warning mismatch" with warnings-as-errors due to running separate
> versions of Clang/GCC/MSVC locally than what runs in automation? i.e.
> do you find yourself building things fine locally only to run into try
> failures or backouts when the patch runs on automation? If so, how big
> of a problem is this? 
Note that this is why we have --enable-warnings-as-errors, and enable
that in the in-tree mozconfigs instead of making it the default.
Warnings vary by compiler version, SDKs/headers available, etc.

-Ted

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to