summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-11-26 23:23:34 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:24 (GMT)
commitf2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d (patch)
treef63980b1e4a4aed7a0a3cf4c3d7a3f83496c10e1 /bin
parent9a3a13cacb2c519a5c4deab817606a743e9ece0d (diff)
downloadhdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.zip
hdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.tar.gz
hdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.tar.bz2
Revert "using a different MACRO"
This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/warnhist2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/warnhist b/bin/warnhist
index a88474b..e48e591 100755
--- a/bin/warnhist
+++ b/bin/warnhist
@@ -206,7 +206,6 @@ while (<>) {
($last_c_name, $toss) = split /\:/, $_;
}
- # Retain C/C++ compile line, which comes with the line of warning
if($_ =~ /.*[A-Za-z0-9_]\.[chC]\(.*[0-9]\):.*#.*/) {
$last_c_name = $_;
}
@@ -267,7 +266,6 @@ while (<>) {
$line =~ s/^\s*line\s*//g;
# print "name:'", $name, "'-'", $line, "'\n";
# print "warning:'", $warning, "'\n";
- # Check for Intel icc warning
} elsif($_ =~ /.*[A-Za-z0-9_]\.[chC]\(.*[0-9]\):.*#.*/) {
($last_c_name, $toss, $warning) = split /\:/, $last_c_name;
($name, $line) = split /\(/, $last_c_name;