Discussion:
implicit function declaration warnings
Chris Brannon
2014-03-17 05:42:31 UTC
Permalink
Hello,
While packaging Scheme 48 for Gentoo, I found several implicit function
declaration warnings. I posted a patch to fix three of them. There are
two more that I haven't fixed:

c/net/socket.c:116:3: warning: implicit declaration of function ``s48_os_error'' [-Wimplicit-function-declaration]
c/unix/socket.c:44:3: warning: implicit declaration of function ``s48_os_error'' [-Wimplicit-function-declaration]

The declaration of s48_os_error isn't available in these two files,
because NO_OLD_FFI is defined when scheme48.h is included.

-- Chris
Marcus Crestani
2014-03-17 10:47:50 UTC
Permalink
Chris,
CB> While packaging Scheme 48 for Gentoo, I found several implicit function
CB> declaration warnings. I posted a patch to fix three of them.

thanks for your patch!

CB> There are two more that I haven't fixed:

I've fixed those and pushed all the fixes.

Thanks again,
--
Marcus
Loading...