Hello!
#v+
../../libdiskfs/boot-start.c: In function ???diskfs_start_bootstrap???:
../../libdiskfs/boot-start.c:223: warning: passing argument 2 of
???dir_lookup??? discards qualifiers from pointer target type
#v-
#v+
101const char *initname;
[...]
222err = dir_lookup (root_pt, ini
Answering to myself.
Samuel Thibault, le Thu 14 Jun 2007 16:57:29 +0200, a écrit :
> Thomas Schwinge, le Thu 14 Jun 2007 16:42:10 +0200, a écrit :
> > From the quick glance I had, the problem is that MIG only handles data
> > structures via the `vm_address_t' type, whereas in the C code those
> >
Hi,
Thomas Schwinge, le Thu 14 Jun 2007 16:42:10 +0200, a écrit :
> From the quick glance I had, the problem is that MIG only handles data
> structures via the `vm_address_t' type, whereas in the C code those
> are pointers to structures.
But if I understand correctly, the problem is that doing t
Hello!
For the following list of warnings (which were also already included in
my previous email's list) I think (I didn't really check so far ;-) that
the following patch might eliminate a chunk of those. Alternatively we
would have to apply some `union'ing magic in a lot of places. From the
qu
Hello!
| btw, I've realized they is a bunch of warnings while compiling
| the Hurd, these should probably deserve killed
| somebody should try with gcc-4.2/gcc-4.3 :)
Here is the list when compiling with GCC 4.1. So far, I didn't try with
4.2 or 4.3.
This was with plain Hurd cvs HEAD,