Skip to content
Snippets Groups Projects
Commit 7080a119 authored by Francois Marier's avatar Francois Marier
Browse files

Bug 1187711 - Restrict -Wshadow to gcc and clang. r=KWierso CLOSED TREE

parent 6dad638e
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,6 @@ LOCAL_INCLUDES += [
'/netwerk/base',
]
CFLAGS += ['-Wshadow']
CXXFLAGS += ['-Wshadow']
if CONFIG['GNU_CC']:
CFLAGS += ['-Wshadow']
CXXFLAGS += ['-Wshadow']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment