mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 851183: Mark toolkit/components/telemetry/ as FAIL_ON_WARNINGS. r=nfroyd
This commit is contained in:
parent
87dd680de2
commit
78404f2b2a
@ -19,6 +19,10 @@ GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
ifndef _MSC_VER
|
||||
# Note: Bug 851306 tracks the MSVC-only build warnings in this directory.
|
||||
FAIL_ON_WARNINGS = 1
|
||||
endif # !_MSC_VER
|
||||
|
||||
LIBRARY_NAME = telemetry
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user