diff options
author | Tom Gilbert <tgil@src.gnome.org> | 2000-01-28 21:20:30 +0000 |
---|---|---|
committer | Tom Gilbert <tgil@src.gnome.org> | 2000-01-28 21:20:30 +0000 |
commit | 87d7324714f4238c94814e4c64d7a8df50d69c2f (patch) | |
tree | c08256099463c9fa791bbcd40b9d469e5adf5b30 /multiload/cpuload.c | |
parent | fdb233c3ab08f9d67b348baaa44424d192b8f915 (diff) |
Warning hunt complete.
Warning hunt complete.
Well, that's the last of them. It builds cleanly on my box now...
There are a few I didn't touch, for example:
struct foo bar{0};
This generates a warning, and there are a few of them, but I didn't want
to step on any toes to fix it :)
Diffstat (limited to 'multiload/cpuload.c')
-rw-r--r-- | multiload/cpuload.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multiload/cpuload.c b/multiload/cpuload.c index 3969b1583..7c3b986a4 100644 --- a/multiload/cpuload.c +++ b/multiload/cpuload.c @@ -28,6 +28,10 @@ applet_save_session (GtkWidget *widget, char *privcfgpath, char *globcfgpath, gpointer data) { return FALSE; + widget = NULL; + privcfgpath = NULL; + globcfgpath = NULL; + data = NULL; } /* start a new instance of the cpuload applet */ |