G_GNUC_UNUSED fun and other compiler warnings ...

This commit is contained in:
Martin Baulig
1998-10-03 03:19:09 +00:00
parent be63bf2d42
commit dfda639756
19 changed files with 36 additions and 38 deletions

View File

@@ -33,7 +33,7 @@
glibtop_inodedb *
glibtop_inodedb_open_s (glibtop *server, unsigned databases,
unsigned long cachesize)
unsigned long G_GNUC_UNUSED cachesize)
{
glibtop_inodedb *inodedb;
char filename [BUFSIZ];
@@ -76,7 +76,8 @@ glibtop_inodedb_open_s (glibtop *server, unsigned databases,
}
const char *
glibtop_inodedb_lookup_s (glibtop *server, glibtop_inodedb *inodedb,
glibtop_inodedb_lookup_s (glibtop G_GNUC_UNUSED *server,
glibtop_inodedb *inodedb,
u_int64_t device, u_int64_t inode)
{
glibtop_inodedb_key key;