Bug 721888 - Turn on the warnings-as-errors flag. r=blassey

This commit is contained in:
Kartikaya Gupta 2012-01-27 22:37:05 -05:00
parent 6240ed07e1
commit bed00e8d44

View File

@ -71,4 +71,5 @@ JAVAC_FLAGS = \
-bootclasspath $(JAVA_BOOTCLASSPATH) \
-encoding UTF8 \
-g \
-Werror \
$(NULL)