Bug 953195 - Print filename in unused warning. r=gps

This commit is contained in:
Benjamin Peterson 2014-01-02 16:34:40 -06:00
parent 10ddd09c03
commit 15ef9298ed

View File

@ -378,7 +378,7 @@ class Preprocessor:
self.out = output
self.do_include(input, False)
self.warnUnused(input)
self.warnUnused(input.name)
if depfile:
mk = Makefile()