mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Some anti-warning changes from Greg Harvey.
* gh_data.c (gh_scm2doubles): Initialize m, to avoid compiler warnings when it doesn't understand our NORETURN declarations in error.h. * posix.c (scm_mknod): Similar.
This commit is contained in:
parent
f9d12ce88b
commit
82a76bdfcf
2 changed files with 2 additions and 2 deletions
|
@ -1122,7 +1122,7 @@ scm_mknod(path, type, perms, dev)
|
|||
#ifdef HAVE_MKNOD
|
||||
int val;
|
||||
char *p;
|
||||
int ctype;
|
||||
int ctype = 0;
|
||||
|
||||
SCM_ASSERT (SCM_NIMP(path) && SCM_ROSTRINGP(path), path, SCM_ARG1, s_mknod);
|
||||
SCM_ASSERT (SCM_NIMP(type) && SCM_SYMBOLP (type), type, SCM_ARG2, s_mknod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue