Bug 1113210 - Suppress -Wunused-function clang warning about AtkSocketAccessible.cpp's gobject RTTI macros. r=tbsaunde

This commit is contained in:
Chris Peterson 2014-12-18 12:17:53 -08:00
parent cdcbbdf794
commit f1412f5ff4

View File

@ -52,4 +52,8 @@ if CONFIG['MOZ_ENABLE_DBUS']:
include('/ipc/chromium/chromium-config.mozbuild')
if CONFIG['CLANG_CXX']:
# Suppress clang warning about unused function from gobject's RTTI macros.
CXXFLAGS += ['-Wno-unused-function']
FAIL_ON_WARNINGS = True