mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 716541 - Do not fail build on -Winitialized when treating warnings as errors. r=glandium
This commit is contained in:
parent
bb7d3a80d5
commit
e3e1789c69
@ -1858,7 +1858,7 @@ if test "$GNU_CC"; then
|
||||
# Don't allow undefined symbols in libraries
|
||||
DSO_LDOPTS="$DSO_LDOPTS -Wl,-z,defs"
|
||||
fi
|
||||
WARNINGS_AS_ERRORS='-Werror'
|
||||
WARNINGS_AS_ERRORS='-Werror -Wno-error=initialized'
|
||||
DSO_CFLAGS=''
|
||||
DSO_PIC_CFLAGS='-fPIC'
|
||||
ASFLAGS="$ASFLAGS -fPIC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user