Skip to content

Commit

Permalink
Bug 1236322 - Part 2: Suppress -Wimplicit-fallthrough warnings in par…
Browse files Browse the repository at this point in the history
…ser/html generated code. r=hsivonen
  • Loading branch information
cpeterso committed Dec 25, 2015
1 parent 7abc7ee commit dfa2616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parser/html/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/dom/base',
]

if CONFIG['CLANG_CXX']:
CXXFLAGS += ['-Wno-implicit-fallthrough']

0 comments on commit dfa2616

Please sign in to comment.