Backed out changeset d752b1eb89fe (bug 1476475)

This commit is contained in:
Xidorn Quan 2018-07-18 13:11:01 +10:00
Родитель 6d945ada5b
Коммит 4b5276fe8d
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -799,8 +799,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"
# We don't worry about backward-compat with C++98.
CXXFLAGS="$CXXFLAGS -Wno-c++98-compat -Wno-c++98-compat-pedantic"
fi
# make 'foo == bar;' error out
CFLAGS="$CFLAGS -we4553"

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

@ -1030,8 +1030,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"
# We don't worry about backward-compat with C++98.
CXXFLAGS="$CXXFLAGS -Wno-c++98-compat -Wno-c++98-compat-pedantic"
fi
# make 'foo == bar;' error out
CFLAGS="$CFLAGS -we4553"