Bug 1472254 - Backed out changeset 69259eedc1e6 as the final fix has landed. r=dmajor

--HG--
extra : rebase_source : f77217d0946d4c99c421f1cd4611044935131024
This commit is contained in:
Masatoshi Kimura 2018-08-10 18:42:10 +09:00
Родитель d0a9f29b25
Коммит 5386e9c84f
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -1033,9 +1033,6 @@ case "$target" in
# warning insists on complaining about the latter case, which
# is annoying, and rather noisy.
CXXFLAGS="$CXXFLAGS -Wno-used-but-marked-unused"
# Work around until bug 1472254 is fixed.
CFLAGS="$CFLAGS -Wno-pragma-pack"
CXXFLAGS="$CXXFLAGS -Wno-pragma-pack"
fi
# make 'foo == bar;' error out
CFLAGS="$CFLAGS -we4553"