summaryrefslogtreecommitdiffstats
path: root/bin/checkapi
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-11-07 20:51:40 (GMT)
committerkmu <kmu@hdfgroup.org>2019-11-07 20:51:40 (GMT)
commit815611a318b64010e1dc70691a132ee18e0385f5 (patch)
treec66cdb2df58374d936d417d888f25495842c1263 /bin/checkapi
parent8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466 (diff)
parent2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff)
downloadhdf5-815611a318b64010e1dc70691a132ee18e0385f5.zip
hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.gz
hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.bz2
Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into develop
Diffstat (limited to 'bin/checkapi')
-rwxr-xr-xbin/checkapi4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/checkapi b/bin/checkapi
index 6882dea..f5dcacc 100755
--- a/bin/checkapi
+++ b/bin/checkapi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
#
# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
@@ -13,6 +13,8 @@
#
require 5.003;
+use warnings;
+
# Purpose: insures that API functions aren't called internally.
# Usage: checkapi H5*.c
my $filename = "";