In TestFilesCompilation.gmk we still add $(CFLAGS_WARNINGS_ARE_ERRORS)
explicitly to CFLAGS. This is both redundant and wrong since we are now
handling these flags automatically in the macro SetupNativeCompilation.
The consequence is that --disable-warnings-as-errors won't work for
jtreg tests.