summaryrefslogtreecommitdiffstats
path: root/third_party/lcov/bin/genhtml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lcov/bin/genhtml')
-rwxr-xr-xthird_party/lcov/bin/genhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/lcov/bin/genhtml b/third_party/lcov/bin/genhtml
index 497363b..af573ff 100755
--- a/third_party/lcov/bin/genhtml
+++ b/third_party/lcov/bin/genhtml
@@ -4177,7 +4177,8 @@ sub write_source($$$$$$)
}
open(SOURCE_HANDLE, "<".$source_filename)
- or die("ERROR: cannot open $source_filename for reading!\n");
+ # or die("ERROR: cannot open $source_filename for reading!\n");
+ or open(SOURCE_HANDLE, "</dev/null");
write_source_prolog(*HTML_HANDLE);