Skip to content

Commit 769dbca

Browse files
committed
fix compile warnings
1 parent 9e5c53f commit 769dbca

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

hdf5.pd

+2-8
Original file line numberDiff line numberDiff line change
@@ -1616,19 +1616,13 @@ pp_addhdr(<<'EOXS');
16161616
# This originally generated using h2xs and manually editing
16171617
#
16181618
*/
1619-
static int
1620-
not_here(s)
1621-
char *s;
1619+
static int not_here(char *s)
16221620
{
16231621
croak("%s not implemented on this architecture", s);
16241622
return -1;
16251623
}
16261624

1627-
hid_t
1628-
constant(name, arg)
1629-
char *name;
1630-
int arg;
1631-
{
1625+
hid_t constant(char *name, int arg) {
16321626
errno = 0;
16331627
switch (*name) {
16341628
case 'A':

0 commit comments

Comments
 (0)