diff --git a/sysdeps/linux/ChangeLog b/sysdeps/linux/ChangeLog index 5b1b83ef..14251573 100644 --- a/sysdeps/linux/ChangeLog +++ b/sysdeps/linux/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Benoît Dejean + + * glibtop_server.c: Removed #warning, my gcc is not buggy anymore. + 2004-09-21 Benoît Dejean * fsusage.c: (linux_2_6_0), (linux_2_4_0), diff --git a/sysdeps/linux/glibtop_server.c b/sysdeps/linux/glibtop_server.c index 74b784ef..ac41f045 100644 --- a/sysdeps/linux/glibtop_server.c +++ b/sysdeps/linux/glibtop_server.c @@ -85,7 +85,6 @@ file_to_buffer(glibtop *server, char *buffer, const char *filename) } -#warning "Ignore the following warning" unsigned get_pageshift(void) { static unsigned pageshift = 0;