Removed #warning, my gcc is not buggy anymore.

* glibtop_server.c: Removed #warning, my gcc is not buggy anymore.
This commit is contained in:
Benoît Dejean
2004-09-22 17:33:19 +00:00
parent a6410588cd
commit e830a8eeb6
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-09-22 Benoît Dejean <tazforever@dlfp.org>
* glibtop_server.c: Removed #warning, my gcc is not buggy anymore.
2004-09-21 Benoît Dejean <tazforever@dlfp.org> 2004-09-21 Benoît Dejean <tazforever@dlfp.org>
* fsusage.c: (linux_2_6_0), (linux_2_4_0), * fsusage.c: (linux_2_6_0), (linux_2_4_0),

View File

@@ -85,7 +85,6 @@ file_to_buffer(glibtop *server, char *buffer, const char *filename)
} }
#warning "Ignore the following warning"
unsigned get_pageshift(void) unsigned get_pageshift(void)
{ {
static unsigned pageshift = 0; static unsigned pageshift = 0;