| Index: build/build_nexe.py
|
| diff --git a/build/build_nexe.py b/build/build_nexe.py
|
| index f467204594312b46d17553f5c40628246cde5571..0e8c4e19013da14505070d044d62a335c6ab904e 100644
|
| --- a/build/build_nexe.py
|
| +++ b/build/build_nexe.py
|
| @@ -228,12 +228,6 @@ class Builder(object):
|
| 'NACL_OSX=0',
|
| 'NACL_LINUX=0'])
|
| options += ['-D' + define for define in define_list]
|
| - # TODO(mseaborn): Enable -Werror for ARM/PNaCl when warnings in
|
| - # Chromium's PPAPI proxy have been fixed, and move -Werror to
|
| - # untrusted.gypi.
|
| - # See http://code.google.com/p/nativeclient/issues/detail?id=3108
|
| - if self.mainarch == 'x86':
|
| - options.append('-Werror')
|
| self.compile_options = options + ['-I' + name for name in self.inc_paths]
|
|
|
| def BuildLinkOptions(self, options):
|
|
|