Skip to content

Commit

Permalink
Bug 1204134 - Disallow warnings in config/moz.build. r=glandium.
Browse files Browse the repository at this point in the history
It was necessary to allow warnings here I introduced ALLOW_COMPILER_WARNINGS in
bug 1198334, but something must have changed subsequently because it no longer
is necessary.

--HG--
extra : rebase_source : 292bd070928b2a0f8f943b8f5dabf31db30244b4
  • Loading branch information
nnethercote committed Sep 15, 2015
1 parent 0162187 commit f91cf23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ PYTHON_UNIT_TESTS += [
if CONFIG['GNU_CC'] and CONFIG['MOZ_OPTIMIZE']:
CFLAGS += ['-O3']

# XXX: We should fix these warnings.
ALLOW_COMPILER_WARNINGS = True

HOST_DEFINES = {
'UNICODE': True,
'_UNICODE': True,
Expand Down

0 comments on commit f91cf23

Please sign in to comment.