forked from OSchip/llvm-project
Backout enabling -Wshadow until I have time to fix the breakage
llvm-svn: 284952
This commit is contained in:
parent
93d28f3507
commit
d11fdad33e
|
@ -627,7 +627,8 @@ class Configuration(object):
|
|||
'-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER',
|
||||
'-Wall', '-Wextra', '-Werror'
|
||||
]
|
||||
self.cxx.addWarningFlagIfSupported('-Wshadow')
|
||||
# FIXME turn this back on after fixing potential breakage.
|
||||
#self.cxx.addWarningFlagIfSupported('-Wshadow')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-command-line-argument')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-attributes')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-pessimizing-move')
|
||||
|
|
Loading…
Reference in New Issue