Bug 1481417 - Part 2: Replace AllowCompilerWarnings() with -Wno-error=overloaded-virtual in db/mork/src. r=jorgk DONTBUILD

This commit is contained in:
aceman 2018-08-08 07:38:19 +02:00
Родитель f53d003fc3
Коммит 206167865d
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -53,5 +53,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
FINAL_LIBRARY = 'mork'
# clang-cl complains about this.
if CONFIG['CC_TYPE'] == 'clang-cl':
AllowCompilerWarnings() # workaround for bug 1090497 / bug 1481326
CXXFLAGS += ['-Wno-error=overloaded-virtual']