diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-08 18:19:31 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-08 18:19:31 (GMT) |
commit | 4981e837402428da4da061b8b815f2847cafe557 (patch) | |
tree | 1c77f2bb2457b8b9a300f18b439202f926b6cb95 /bin/make_err | |
parent | 34eff2aae501e0276f58d2113c02d15b51fca7d8 (diff) | |
parent | 2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff) | |
download | hdf5-4981e837402428da4da061b8b815f2847cafe557.zip hdf5-4981e837402428da4da061b8b815f2847cafe557.tar.gz hdf5-4981e837402428da4da061b8b815f2847cafe557.tar.bz2 |
Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some
to pick up the NetBSD-compatibility changes that I recently merged.
Diffstat (limited to 'bin/make_err')
-rwxr-xr-x | bin/make_err | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/make_err b/bin/make_err index 623c1b6..7f38591 100755 --- a/bin/make_err +++ b/bin/make_err @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl require 5.003; $indent=4; +use warnings; # # Copyright by The HDF Group. |