Bug 1050103 - Mark netwerk/srtp as FAIL_ON_WARNINGS. r=rjesup a=kwierso

This commit is contained in:
Chris Peterson 2014-08-06 21:30:00 -07:00
parent 078eac0bfb
commit 2c3b4a9590

View File

@ -68,3 +68,5 @@ if CONFIG['OS_TARGET'] == 'WINNT':
if CONFIG['GNU_CC']:
CFLAGS += ['-std=gnu99']
FAIL_ON_WARNINGS = True